We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0911864 + e0fc439 commit e69eec2Copy full SHA for e69eec2
SuperBuild/External_ITK.cmake
@@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104
### --- End Project specific additions
105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106
if("${${proj}_GIT_TAG}" STREQUAL "")
107
- # ITK release branch 2019-07-24
108
- set(${proj}_GIT_TAG "v5.0.1")
+ # ITK release branch 2019-12-16
+ set(${proj}_GIT_TAG "v5.1rc01")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments