Skip to content

Commit 49f710a

Browse files
committed
BUG: Update ITK version to 2017-12-15 master
Addresses some line length issues. Also, switch to GitHub repository URL. Change-Id: I534f5a8bbac398bbb427c861b8e003b41611cd7e
1 parent ed466ed commit 49f710a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SuperBuild/External_ITK.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
${${proj}_FFTWD_ARGS}
105105
)
106106
### --- End Project specific additions
107-
set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
108-
# ITK release 2017-09-12
107+
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
108+
# ITK master 2017-12-15
109109
if("${${proj}_GIT_TAG}" STREQUAL "")
110-
set(${proj}_GIT_TAG "v4.12.2")
110+
set(${proj}_GIT_TAG "691e05d0c47b2c234cfd70d1d27863ed277f3d07")
111111
endif()
112112

113113
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)