Skip to content

Commit 0f4531d

Browse files
thewtexCode Review
authored andcommitted
Merge "ENH: Bump ITK ExternalProject version to 4.12.2"
2 parents b202452 + 5a5a653 commit 0f4531d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SuperBuild/External_ITKv4.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
103103
)
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://itk.org/ITK.git)
106-
# ITK master 2017-06-01
107-
set(${proj}_GIT_TAG "v4.12.0")
106+
# ITK release 2017-09-12
107+
set(${proj}_GIT_TAG "v4.12.2")
108108

109109
ExternalProject_Add(${proj}
110110
GIT_REPOSITORY ${${proj}_REPOSITORY}

0 commit comments

Comments
 (0)