diff --git a/Event/FaserEventStorage/CMakeLists.txt b/Event/FaserEventStorage/CMakeLists.txt index 8f5f6d1503c182a2b11b7c237568e045a21aa6a8..e2344ff4230053b5f3300d6a1784eb30497f2aca 100644 --- a/Event/FaserEventStorage/CMakeLists.txt +++ b/Event/FaserEventStorage/CMakeLists.txt @@ -13,7 +13,7 @@ atlas_add_library( FaserEventStorageLib FaserEventStorage/*.h src/*.h src/*.cxx PUBLIC_HEADERS FaserEventStorage INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${TDAQ-COMMON_INCLUDE_DIRS} - LINK_LIBRARIES ${Boost_LIBRARIES} ${TDAQ-COMMON_LIBRARIES} EventFormats ) + LINK_LIBRARIES ${CMAKE_DL_LIBS} ${Boost_LIBRARIES} ${TDAQ-COMMON_LIBRARIES} EventFormats ) # atlas_add_library(fReadPlain