Skip to content

Commit 8d41ce7

Browse files
committed
ENH: Bump ITK ExternalProject version to v5.1.0
1 parent e69eec2 commit 8d41ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SuperBuild/External_ITK.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107107
# ITK release branch 2019-12-16
108-
set(${proj}_GIT_TAG "v5.1rc01")
108+
set(${proj}_GIT_TAG "v5.1.0")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)