File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -260,6 +260,20 @@ FetchContent_Populate(${extension_name}
260
260
)
261
261
list (APPEND Slicer_EXTENSION_SOURCE_DIRS ${${extension_name}_SOURCE_DIR} )
262
262
263
+ #-----------------------------------------------------------------------------
264
+ # Procrustes
265
+ set (extension_name "ProcrustesRegistrationModule" )
266
+ set (short_extension_name "Procrustes" ) # Use shorter extension name to avoid issues with too long paths on windows
267
+ set (${extension_name} _SOURCE_DIR "${CMAKE_BINARY_DIR} /${short_extension_name} " )
268
+ FetchContent_Populate (${short_extension_name}
269
+ SOURCE_DIR ${${extension_name}_SOURCE_DIR}
270
+ GIT_REPOSITORY ${EP_GIT_PROTOCOL} ://github.com/slicersalt/ProcrustesRegistrationModule.git
271
+ GIT_TAG 549e9d9f21758a0d8a864971cbb5c725ebbc95a3
272
+ GIT_PROGRESS 1
273
+ QUIET
274
+ )
275
+ list (APPEND Slicer_EXTENSION_SOURCE_DIRS ${${extension_name}_SOURCE_DIR} )
276
+
263
277
264
278
#-----------------------------------------------------------------------------
265
279
# ModelToModelDistance
You can’t perform that action at this time.
0 commit comments