Skip to content

Commit ae7db1a

Browse files
authored
Merge pull request #152 from thewtex/itk-5.2.0
ENH: Update ITK to v5.2.0
2 parents b55bf0f + d5dab33 commit ae7db1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SuperBuild/External_ITK.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107-
# ITK release branch 2021-03-12
108-
set(${proj}_GIT_TAG "v5.2rc03")
107+
# ITK release branch 2021-04-02
108+
set(${proj}_GIT_TAG "v5.2.0")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)