We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319064b commit fcced6cCopy full SHA for fcced6c
1 file changed
CMakeLists.txt
@@ -36,12 +36,11 @@ if(SimpleITKPythonPackage_SUPERBUILD)
36
set( ENV{MAKEFLAGS} "-j${NPROC}" )
37
endif()
38
39
-
40
#-----------------------------------------------------------------------------
41
include(ExternalProject)
42
43
set(SimpleITK_REPOSITORY git://github.com/jcfr/SimpleITK)
44
- set(SimpleITK_GIT_TAG "simpify-python-packaging") #v0.10.0)
+ set(SimpleITK_GIT_TAG "origin/simpify-python-packaging") #v0.10.0)
45
46
# Add an empty external project
47
function(sitk_ExternalProject_Add_Empty proj depends)
0 commit comments