Skip to content

Commit 50e658b

Browse files
authored
Merge pull request #120 from thewtex/itk-warnings
COMP: Bump ITK to address line length warnings
2 parents 871f645 + 2ce0b7c commit 50e658b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +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-
# ITK release branch 2019-05-23
108-
set(${proj}_GIT_TAG "4c31c04085d9e423cd4af68978416a9f975f5113")
107+
# ITK release branch 2019-05-24
108+
set(${proj}_GIT_TAG "29d969770b71dcb693dd87f5b79f995def5d9aab")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)