Skip to content

Commit

Permalink
ENH: Bump ITK to 5.3.0
Browse files Browse the repository at this point in the history
Bump ITK to 5.3.0
  • Loading branch information
thewtex committed Nov 24, 2022
1 parent 51b0eb0 commit 83a3e23
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 2022-08-12
set(${proj}_GIT_TAG "v5.3rc04")
# ITK release branch 2022-11-24
set(${proj}_GIT_TAG "v5.3.0")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 83a3e23

Please sign in to comment.