Skip to content

Commit 5a5a653

Browse files
committed
ENH: Bump ITK ExternalProject version to 4.12.2
Change-Id: If1d0c5ce2df6132fb3d1bf1f1e7b2b1a7c826d2e
1 parent 6e3f4c2 commit 5a5a653

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)