Skip to content

Commit

Permalink
ENH: Bump ITK ExternalProject version to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 13, 2020
1 parent e69eec2 commit 8d41ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_ITK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
if("${${proj}_GIT_TAG}" STREQUAL "")
# ITK release branch 2019-12-16
set(${proj}_GIT_TAG "v5.1rc01")
set(${proj}_GIT_TAG "v5.1.0")
endif()

ExternalProject_Add(${proj}
Expand Down

0 comments on commit 8d41ce7

Please sign in to comment.