Skip to content

Commit 98d0e8b

Browse files
committed
Bump iTK to release-4.13 2019-03-20
Fixes Windows build issue regarding multiple XML doc targets.
1 parent 4bf672f commit 98d0e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
7373
include(ExternalProject)
7474

7575
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76-
# ITK release-4.13 2018-03-01
77-
set(ITK_GIT_TAG "v4.13.2")
76+
# ITK release-4.13 2019-03-20
77+
set(ITK_GIT_TAG "38c6ca0d76cd1ab457701d9019be5ae102923f20")
7878

7979
#-----------------------------------------------------------------------------
8080
# A separate project is used to download ITK, so that it can reused

0 commit comments

Comments
 (0)