Skip to content

Commit 49d2c35

Browse files
committed
ENH: Update ITK ExternalProject version for 5.0.0.
This is the v5.0.0 tag plus a few commits on the `release` branch for the Software Guide.
1 parent 81e2db6 commit 49d2c35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107-
set(${proj}_GIT_TAG "1e454c81e1811e58c579abadd56536de3bef0e42")
107+
# ITK release branch 2019-05-23
108+
set(${proj}_GIT_TAG "4c31c04085d9e423cd4af68978416a9f975f5113")
108109
endif()
109110

110111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)