Skip to content

Commit 7485515

Browse files
authored
Merge pull request #101 from InsightSoftwareConsortium/use-release-branch
Use release branch for ITKSoftwareGuide
2 parents d1d064b + 164dc4c commit 7485515

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
@@ -103,9 +103,9 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103103
)
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106-
# ITK master 2018-05-27
106+
# ITK release branch Tue Aug 7 09:13:52 2018
107107
if("${${proj}_GIT_TAG}" STREQUAL "")
108-
set(${proj}_GIT_TAG "e5b1dbb259577a81995103cd9607b8194949b481")
108+
set(${proj}_GIT_TAG "v4.13.1")
109109
endif()
110110

111111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)