Skip to content

Commit

Permalink
ENH: Bump ITK Superbuild version to 5.4 RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 24, 2023
1 parent 278366c commit 381c84c
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-11-24
set(${proj}_GIT_TAG "v5.3.0")
# ITK release branch 2023-06-20
set(${proj}_GIT_TAG "v5.4rc01")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 381c84c

Please sign in to comment.