Skip to content
Snippets Groups Projects
Commit 1be5a5b2 authored by Eric Torrence's avatar Eric Torrence
Browse files

Fix problem with faser-common Logging

parent 1289d627
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ atlas_subdir( FaserByteStreamCnvSvc )
atlas_depends_on_subdirs(
PUBLIC
Control/AthenaBaseComps
#Event/ByteStreamData
Event/FaserEventStorage
GaudiKernel
PRIVATE
......@@ -24,8 +23,7 @@ atlas_depends_on_subdirs(
Event/xAOD/xAODEventInfo
Event/xAOD/xAODTrigger
Event/FaserByteStreamCnvSvcBase
EventFormats
Logging)
EventFormats)
# External dependencies:
find_package( Boost COMPONENTS system )
......@@ -33,11 +31,14 @@ find_package( CORAL COMPONENTS CoralBase )
#find_package( tdaq-common COMPONENTS eformat_old eformat_write RawFileName
# DataReader DataWriter )
# Stupid hack to work around faser-common Logging header
include_directories( ../../faser-common/Logging/include )
# Libraries in the package:
atlas_add_library( FaserByteStreamCnvSvcLib
FaserByteStreamCnvSvc/*.h src/*.h src/*.cxx
PUBLIC_HEADERS FaserByteStreamCnvSvc
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${Boost_INCLUDE_DIRS}
LINK_LIBRARIES AthenaBaseComps FaserEventStorageLib GaudiKernel
StoreGateLib rt
PRIVATE_LINK_LIBRARIES ${Boost_LIBRARIES}
......
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