We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27712ee + 3d2e4ea commit 1510790Copy full SHA for 1510790
Plugins/GeodesicMeasurementPlugin/CMakeLists.txt
@@ -23,4 +23,4 @@ add_paraview_plugin( GeodesicMeasurement "1.0"
23
vtkGeodesicsBetweenPoints.cxx
24
)
25
26
-target_link_libraries( GeodesicMeasurement FmmMesh )
+target_link_libraries( GeodesicMeasurement LINK_PRIVATE FmmMesh )
Plugins/GeodesicMeasurementPlugin/FmmMesh/CMakeLists.txt
@@ -66,4 +66,5 @@ add_library( ${PROJECT_NAME}
66
install(TARGETS ${PROJECT_NAME}
67
RUNTIME DESTINATION bin
68
LIBRARY DESTINATION lib
69
-)
+ ARCHIVE DESTINATION lib
70
+)
0 commit comments