Skip to content
Snippets Groups Projects
Commit 7ec1f79b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

Merge branch 'fix_itk_packaging' into 'develop'

BUG: fix ITK version number for packaging

See merge request !250
parents 1f5a4b3f b4d719f8
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment