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 82c6a36 commit f5f03aaCopy full SHA for f5f03aa
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 2020-04-23
77
- set(ITK_GIT_TAG "1db195961d029cfc0143de20f4430c20a53ea577")
+ # ITK release 2020-04-25
+ set(ITK_GIT_TAG "v5.1.0")
78
79
#-----------------------------------------------------------------------------
80
# A separate project is used to download ITK, so that it can reused
0 commit comments