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.
1 parent e69eec2 commit 8d41ce7Copy full SHA for 8d41ce7
SuperBuild/External_ITK.cmake
@@ -105,7 +105,7 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106
if("${${proj}_GIT_TAG}" STREQUAL "")
107
# ITK release branch 2019-12-16
108
- set(${proj}_GIT_TAG "v5.1rc01")
+ set(${proj}_GIT_TAG "v5.1.0")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments