Skip to content

Commit fcced6c

Browse files
committed
cmake: Ensure latest version of the soure if checked out
1 parent 319064b commit fcced6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ if(SimpleITKPythonPackage_SUPERBUILD)
3636
set( ENV{MAKEFLAGS} "-j${NPROC}" )
3737
endif()
3838

39-
4039
#-----------------------------------------------------------------------------
4140
include(ExternalProject)
4241

4342
set(SimpleITK_REPOSITORY git://github.com/jcfr/SimpleITK)
44-
set(SimpleITK_GIT_TAG "simpify-python-packaging") #v0.10.0)
43+
set(SimpleITK_GIT_TAG "origin/simpify-python-packaging") #v0.10.0)
4544

4645
# Add an empty external project
4746
function(sitk_ExternalProject_Add_Empty proj depends)

0 commit comments

Comments
 (0)