Skip to content

Commit

Permalink
ENH: Bump ITK version to v5.3rc04
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 12, 2022
1 parent 4f827f1 commit 9a94dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_ITK.cmake
Expand Up @@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
### --- End Project specific additions
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
if("${${proj}_GIT_TAG}" STREQUAL "")
# ITK release branch 2022-01-17
set(${proj}_GIT_TAG "v5.3rc03")
# ITK release branch 2022-08-12
set(${proj}_GIT_TAG "v5.3rc04")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 9a94dc7

Please sign in to comment.