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 d1d064b + 164dc4c commit 7485515Copy full SHA for 7485515
SuperBuild/External_ITK.cmake
@@ -103,9 +103,9 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103
)
104
### --- End Project specific additions
105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106
- # ITK master 2018-05-27
+ # ITK release branch Tue Aug 7 09:13:52 2018
107
if("${${proj}_GIT_TAG}" STREQUAL "")
108
- set(${proj}_GIT_TAG "e5b1dbb259577a81995103cd9607b8194949b481")
+ set(${proj}_GIT_TAG "v4.13.1")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments