From f8ac6bb11406ea6ac76c8c9444681243797c9951 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 5 Nov 2013 10:48:51 +0000 Subject: [PATCH] - remove ${DD4hep_DIR}/lib/libDDSegmentation.so -> already in $DD4HEP_LIBRARIES --- examples/Segmentation/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Segmentation/CMakeLists.txt b/examples/Segmentation/CMakeLists.txt index ced4cccb5..2bf12ba95 100644 --- a/examples/Segmentation/CMakeLists.txt +++ b/examples/Segmentation/CMakeLists.txt @@ -66,7 +66,7 @@ add_executable(Segmentation SegmentationTest.cpp ${sources}) MESSAGE( STATUS "${DD4hep_LIBRARIES}" ) MESSAGE( STATUS "${ROOT_LIBRARIES}" ) -target_link_libraries(Segmentation ${DD4hep_LIBRARIES} ${DD4hep_DIR}/lib/libDDSegmentation.so ) +target_link_libraries(Segmentation ${DD4hep_LIBRARIES} ) #---Rootmap generation-------------------------------------------------------------- # -- GitLab