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 58257f3 commit 89d52d2Copy full SHA for 89d52d2
CMakeLists.txt
@@ -72,10 +72,10 @@ if(ITKPythonPackage_SUPERBUILD)
72
#-----------------------------------------------------------------------------
73
include(ExternalProject)
74
75
- set(ITK_REPOSITORY "https://github.com/thewtex/ITK.git")
+ set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
76
77
- # ITK release 2021-04-24
78
- set(ITK_GIT_TAG "a9b3dbf3e4d632c217c632c81ada39b4dfb2d2ee")
+ # ITK release 2021-04-28
+ set(ITK_GIT_TAG "fa36932038fc81d57ea161600ba4fa605d252487")
79
80
81
# A separate project is used to download ITK, so that it can reused
0 commit comments