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

- try to fix nighlty builds (missing dlopen)

parent 538b23f5
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,7 @@ file(GLOB sources src/*.cpp) ...@@ -27,8 +27,7 @@ file(GLOB sources src/*.cpp)
#endif() #endif()
add_library(DD4hepSense SHARED ${sources}) add_library(DD4hepSense SHARED ${sources})
target_link_libraries(DD4hepSense ${CMAKE_DL_LIBS} )
#target_link_libraries(DDSense ${Geant4_LIBRARIES})
SET_TARGET_PROPERTIES( DD4hepSense PROPERTIES VERSION ${DD4hep_VERSION} SOVERSION ${DD4hep_SOVERSION}) SET_TARGET_PROPERTIES( DD4hepSense 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