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 b202452 + 5a5a653 commit 0f4531dCopy full SHA for 0f4531d
SuperBuild/External_ITKv4.cmake
@@ -103,8 +103,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103
)
104
### --- End Project specific additions
105
set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
106
- # ITK master 2017-06-01
107
- set(${proj}_GIT_TAG "v4.12.0")
+ # ITK release 2017-09-12
+ set(${proj}_GIT_TAG "v4.12.2")
108
109
ExternalProject_Add(${proj}
110
GIT_REPOSITORY ${${proj}_REPOSITORY}
0 commit comments