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 a980ba2 commit 164dc4cCopy full SHA for 164dc4c
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 2017-12-21
+ # ITK release branch Tue Aug 7 09:13:52 2018
107
if("${${proj}_GIT_TAG}" STREQUAL "")
108
- set(${proj}_GIT_TAG "v4.13.0")
+ set(${proj}_GIT_TAG "v4.13.1")
109
endif()
110
111
ExternalProject_Add(${proj}
0 commit comments