Skip to content

Commit

Permalink
ENH: Bump ITK version to v5.4.0
Browse files Browse the repository at this point in the history
ITK release / master, May 20, 2024.
  • Loading branch information
thewtex committed May 21, 2024
1 parent e77582b commit c722c6a
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 2024-04-17
set(${proj}_GIT_TAG "v5.4rc04")
# ITK release branch 2024-05-20
set(${proj}_GIT_TAG "v5.4.0")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit c722c6a

Please sign in to comment.