Skip to content

Commit ba4a56c

Browse files
Sunderlandkyllassoan
authored andcommitted
BUG: Fix error linking vtkSlicerDynamicModelerModuleLogic in extensions
vtkSlicerDynamicModelerModuleLogic was publicly linked to MeshGeodesics however the MeshGeodesics targets were not included in SlicerTargets.cmake, causing a link error. Fixed by adding MeshGeodesics to Slicer_TARGETS.
1 parent 31e9a86 commit ba4a56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DynamicModeler/Logic/FastMarching/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ ADD_LIBRARY( ${PROJECT_NAME} STATIC
5858
${${PROJECT_NAME}_HDRS} )
5959

6060
set_target_properties(${PROJECT_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON)
61+
set_property(GLOBAL APPEND PROPERTY Slicer_TARGETS ${PROJECT_NAME})

0 commit comments

Comments
 (0)