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

Add missing system library dependency

parent 6e4d003d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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