Skip to content

Commit f282d9c

Browse files
committed
ENH: Backport MeshAlignment module updates from SlicerSALT fork
This commit updates the Slicer build to backport the MeshAlignment module from 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. The updated sources are downloaded from the SlicerSALT fork to ensure availability of the latest improvements. List of changes: ``` $ git shortlog e8b8f7093..26715cf15 --no-merges Ye Han (1): [Backport PR-71] ENH: Add MeshAligment Module ```
1 parent 4eaa784 commit f282d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SuperBuild.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ Slicer_Remote_Add(LandmarkRegistration
337337
list_conditional_append(Slicer_BUILD_LandmarkRegistration Slicer_REMOTE_DEPENDENCIES LandmarkRegistration)
338338

339339
Slicer_Remote_Add(SurfaceToolbox
340-
GIT_REPOSITORY "${EP_GIT_PROTOCOL}://github.com/Slicer/SlicerSurfaceToolbox"
341-
GIT_TAG e8b8f70930883adb6f4a227ad9d7339d20120f2c
340+
GIT_REPOSITORY "${EP_GIT_PROTOCOL}://github.com/slicersalt/SlicerSurfaceToolbox"
341+
GIT_TAG 26715cf15e90bfd23fcbe35b09581bddb6267360 # slicersalt-2025-01-05-e8b8f70
342342
OPTION_NAME Slicer_BUILD_SurfaceToolbox
343343
OPTION_DEPENDS "Slicer_USE_PYTHONQT"
344344
LABELS REMOTE_MODULE

0 commit comments

Comments
 (0)