Skip to content
Snippets Groups Projects
Commit 5a53d5df authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-libdl-fix' into 'master'

Add missing system library dependency

See merge request faser/calypso!89
parents 6e4d003d 33117060
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ atlas_add_library( FaserEventStorageLib ...@@ -13,7 +13,7 @@ atlas_add_library( FaserEventStorageLib
FaserEventStorage/*.h src/*.h src/*.cxx FaserEventStorage/*.h src/*.h src/*.cxx
PUBLIC_HEADERS FaserEventStorage PUBLIC_HEADERS FaserEventStorage
INCLUDE_DIRS ${Boost_INCLUDE_DIRS} ${TDAQ-COMMON_INCLUDE_DIRS} 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 # atlas_add_library(fReadPlain
......
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