Skip to content

Commit 019696a

Browse files
committed
ENH: Update Slicer backporting SlicerSurfaceToolbox's MeshAligment updates
This commit updates Slicer to include the MeshAlignment module added to the the SlicerSALT fork of SlicerSurfaceToolbox. The changes correspond to those proposed in Slicer/SlicerSurfaceToolbox#71, which are still under review and not yet merged upstream.
1 parent 41a9c36 commit 019696a

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 https://github.com/slicersalt/Slicer
16-
GIT_TAG 4eaa784567d23521241fd923276f77645ba541f4 # slicersalt-v5.9.0-2025-04-07-4eaa784567
16+
GIT_TAG 9a57ff58ebf4b4071b4d26a32d53169bc65dce12 # slicersalt-v5.9.0-2025-04-07-4eaa784567
1717
GIT_PROGRESS 1
1818
)
1919
else()

0 commit comments

Comments
 (0)