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

- set dependency to DD4hepCore only

parent 0030664d
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ file(GLOB sources src/*.cpp)
include(DD4hep_XML_setup)
add_library(DDSegmentation SHARED ${sources})
target_link_libraries(DDSegmentation ${DD4hep_LIBRARIES} ${ROOT_LIBRARIES})
target_link_libraries(DDSegmentation DD4hepCore ${ROOT_LIBRARIES})
#target_link_libraries(DDSegmentation ${DD4hep_LIBRARIES} ${ROOT_LIBRARIES})
SET_TARGET_PROPERTIES( DDSegmentation PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION})
......
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