Skip to content

Commit 905c9bb

Browse files
authored
Merge pull request #191 from thewtex/itk-5.3.0
ENH: Bump ITK to 5.3.0
2 parents 51b0eb0 + 83a3e23 commit 905c9bb

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 2022-08-12
108-
set(${proj}_GIT_TAG "v5.3rc04")
107+
# ITK release branch 2022-11-24
108+
set(${proj}_GIT_TAG "v5.3.0")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)