Skip to content
Snippets Groups Projects

BUG: fix ITK version number for packaging

Merged Guillaume Pasero requested to merge fix_itk_packaging into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -143,7 +143,7 @@ endif()
#variables are later used in packaging
set(SB_ITK_VERSION_MAJOR "4")
set(SB_ITK_VERSION_MINOR "12")
set(SB_ITK_VERSION_MINOR "13")
set(_SB_ITK_DIR ${SB_INSTALL_PREFIX}/lib/cmake/ITK-${SB_ITK_VERSION_MAJOR}.${SB_ITK_VERSION_MINOR})
Loading