We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6c08a commit 5882eeaCopy full SHA for 5882eea
1 file changed
CMakeLists.txt
@@ -39,8 +39,8 @@ if(SimpleITKPythonPackage_SUPERBUILD)
39
#-----------------------------------------------------------------------------
40
include(ExternalProject)
41
42
- set(SimpleITK_REPOSITORY git://github.com/jcfr/SimpleITK)
43
- set(SimpleITK_GIT_TAG "origin/simplify-python-packaging-rebased") #v0.10.0)
+ set(SimpleITK_REPOSITORY https://itk.org/SimpleITK.git)
+ set(SimpleITK_GIT_TAG "4302e2b12ba8507f680b32deb23e4b25d2616003") #1.0.0.dev19
44
45
# Add an empty external project
46
function(sitk_ExternalProject_Add_Empty proj depends)
0 commit comments