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 4bf672f commit 98d0e8bCopy full SHA for 98d0e8b
CMakeLists.txt
@@ -73,8 +73,8 @@ if(ITKPythonPackage_SUPERBUILD)
73
include(ExternalProject)
74
75
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")
+ # ITK release-4.13 2019-03-20
+ set(ITK_GIT_TAG "38c6ca0d76cd1ab457701d9019be5ae102923f20")
78
79
#-----------------------------------------------------------------------------
80
# A separate project is used to download ITK, so that it can reused
0 commit comments