Skip to content

Commit

Permalink
ENH: Update ITK to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 16, 2021
1 parent b55bf0f commit d5dab33
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 2021-03-12
set(${proj}_GIT_TAG "v5.2rc03")
# ITK release branch 2021-04-02
set(${proj}_GIT_TAG "v5.2.0")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit d5dab33

Please sign in to comment.