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.
1 parent ed466ed commit 49f710aCopy full SHA for 49f710a
SuperBuild/External_ITK.cmake
@@ -104,10 +104,10 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104
${${proj}_FFTWD_ARGS}
105
)
106
### --- End Project specific additions
107
- set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
108
- # ITK release 2017-09-12
+ set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
+ # ITK master 2017-12-15
109
if("${${proj}_GIT_TAG}" STREQUAL "")
110
- set(${proj}_GIT_TAG "v4.12.2")
+ set(${proj}_GIT_TAG "691e05d0c47b2c234cfd70d1d27863ed277f3d07")
111
endif()
112
113
ExternalProject_Add(${proj}
0 commit comments