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 bbd9c9b commit e0ee330Copy full SHA for e0ee330
CMakeLists.txt
@@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
87
#-----------------------------------------------------------------------------
88
include(ExternalProject)
89
90
- set(ITK_REPOSITORY "https://github.com/jcfr/ITK.git")
+ set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
91
92
- # ITK update-from-manylinux2014-to-manylinux_2_24 2022-06-22
93
- set(ITK_GIT_TAG "8ca6e8dc15")
+ # ITK nightly-master 2022-07-05
+ set(ITK_GIT_TAG "c44a7731f22bd5d241ac8f9369018671800f5cd9")
94
95
96
# A separate project is used to download ITK, so that it can reused
0 commit comments