Skip to content

Commit e2969bf

Browse files
committed
BUG: Update Slicer commit hash from git repository.
The Slicer repository was moved from SVN to Git and git hashes changed. This change points the SlicerCAT superbuild to the same commit in the Slicer/Slicer git repo as it previously pointed to in the SVN repo.
1 parent 224e2d3 commit e2969bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(NOT DEFINED slicersources_SOURCE_DIR)
1313
# Download Slicer sources and set variables slicersources_SOURCE_DIR and slicersources_BINARY_DIR
1414
FetchContent_Populate(slicersources
1515
GIT_REPOSITORY git://github.com/Slicer/Slicer
16-
GIT_TAG f4f510600a023120d5483a2310b609181cce4f72
16+
GIT_TAG d5373374f26741c78decac9fccdb69860faf0074
1717
GIT_PROGRESS 1
1818
)
1919
else()

0 commit comments

Comments
 (0)