Skip to content

Commit e0ee330

Browse files
committed
ENH: Set ITK repository back to InsightSoftwareConsortium
1 parent bbd9c9b commit e0ee330

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ if(ITKPythonPackage_SUPERBUILD)
8787
#-----------------------------------------------------------------------------
8888
include(ExternalProject)
8989

90-
set(ITK_REPOSITORY "https://github.com/jcfr/ITK.git")
90+
set(ITK_REPOSITORY "https://github.com/InsightSoftwareConsortium/ITK.git")
9191

92-
# ITK update-from-manylinux2014-to-manylinux_2_24 2022-06-22
93-
set(ITK_GIT_TAG "8ca6e8dc15")
92+
# ITK nightly-master 2022-07-05
93+
set(ITK_GIT_TAG "c44a7731f22bd5d241ac8f9369018671800f5cd9")
9494

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

0 commit comments

Comments
 (0)