Skip to content

Commit

Permalink
ENH: Bump ITK Superbuild version to 5.4 RC 2
Browse files Browse the repository at this point in the history
Update the related Git tag.
  • Loading branch information
thewtex committed Nov 7, 2023
1 parent 17227f3 commit 3b541a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SuperBuild/External_ITK.cmake
Original file line number Diff line number Diff line change
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 2023-06-20
set(${proj}_GIT_TAG "v5.4rc01")
# ITK release branch 2023-10-11
set(${proj}_GIT_TAG "v5.4rc02")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 3b541a4

Please sign in to comment.