We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51b0eb0 + 83a3e23 commit 905c9bbCopy full SHA for 905c9bb
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 2022-08-12
108
- set(${proj}_GIT_TAG "v5.3rc04")
+ # ITK release branch 2022-11-24
+ set(${proj}_GIT_TAG "v5.3.0")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments