We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 871f645 + 2ce0b7c commit 50e658bCopy full SHA for 50e658b
SuperBuild/External_ITK.cmake
@@ -104,8 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104
### --- End Project specific additions
105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106
if("${${proj}_GIT_TAG}" STREQUAL "")
107
- # ITK release branch 2019-05-23
108
- set(${proj}_GIT_TAG "4c31c04085d9e423cd4af68978416a9f975f5113")
+ # ITK release branch 2019-05-24
+ set(${proj}_GIT_TAG "29d969770b71dcb693dd87f5b79f995def5d9aab")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments