Skip to content
Snippets Groups Projects
Commit f8ac6bb1 authored by Frank Gaede's avatar Frank Gaede
Browse files

- remove ${DD4hep_DIR}/lib/libDDSegmentation.so

   -> already in $DD4HEP_LIBRARIES
parent 5258b1c8
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ add_executable(Segmentation SegmentationTest.cpp ${sources}) ...@@ -66,7 +66,7 @@ add_executable(Segmentation SegmentationTest.cpp ${sources})
MESSAGE( STATUS "${DD4hep_LIBRARIES}" ) MESSAGE( STATUS "${DD4hep_LIBRARIES}" )
MESSAGE( STATUS "${ROOT_LIBRARIES}" ) MESSAGE( STATUS "${ROOT_LIBRARIES}" )
target_link_libraries(Segmentation ${DD4hep_LIBRARIES} ${DD4hep_DIR}/lib/libDDSegmentation.so ) target_link_libraries(Segmentation ${DD4hep_LIBRARIES} )
#---Rootmap generation-------------------------------------------------------------- #---Rootmap generation--------------------------------------------------------------
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment