Skip to content
Snippets Groups Projects
Commit 44c79462 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

In order to get rid of the Finddcache_client.cmake module from the externals repository,

updated ByteStreamStoragePlugins to use the equivalent Finddcap.cmake module instead.


Former-commit-id: 1df9c0294fb28c1ade30d1346f2f1b6b21885885
parent c8cc2afd
No related merge requests found
......@@ -10,7 +10,7 @@ atlas_subdir( ByteStreamStoragePlugins )
find_package( Boost COMPONENTS system )
find_package( CASTOR COMPONENTS rfio )
find_package( Xrootd COMPONENTS Posix PosixPreload )
find_package( dcache_client )
find_package( dcap )
find_package( tdaq-common COMPONENTS ers )
find_package( Davix )
......@@ -40,8 +40,8 @@ atlas_add_library( fReaddCache
src/fReaddCache.h src/fReaddCache.cxx
NO_PUBLIC_HEADERS
PRIVATE_INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
${DCACHE_CLIENT_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ${DCACHE_CLIENT_LIBRARIES}
${DCAP_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS}
PRIVATE_LINK_LIBRARIES ${TDAQ-COMMON_LIBRARIES} ${DCAP_LIBRARIES}
${Boost_LIBRARIES} )
atlas_add_library( fReadDavix
......
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