Skip to content

Commit 5882eea

Browse files
committed
Update to official SimpleITK repository
This updates along the SimpleITK master branch which includes changes to support the scikit-build front end.
1 parent dd6c08a commit 5882eea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ if(SimpleITKPythonPackage_SUPERBUILD)
3939
#-----------------------------------------------------------------------------
4040
include(ExternalProject)
4141

42-
set(SimpleITK_REPOSITORY git://github.com/jcfr/SimpleITK)
43-
set(SimpleITK_GIT_TAG "origin/simplify-python-packaging-rebased") #v0.10.0)
42+
set(SimpleITK_REPOSITORY https://itk.org/SimpleITK.git)
43+
set(SimpleITK_GIT_TAG "4302e2b12ba8507f680b32deb23e4b25d2616003") #1.0.0.dev19
4444

4545
# Add an empty external project
4646
function(sitk_ExternalProject_Add_Empty proj depends)

0 commit comments

Comments
 (0)