diff --git a/Database/APR/ImplicitCollection/CMakeLists.txt b/Database/APR/ImplicitCollection/CMakeLists.txt index 70e5760409eb4cd7aca8a6748988d03281253598..56abc898020947f01c14fd156cef0ad1cc622300 100644 --- a/Database/APR/ImplicitCollection/CMakeLists.txt +++ b/Database/APR/ImplicitCollection/CMakeLists.txt @@ -11,7 +11,7 @@ atlas_add_library( ImplicitCollection src/*.cpp NO_PUBLIC_HEADERS PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} - PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} CollectionBase POOLCore PersistencySvc PersistentDataModel StorageSvc ) + PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaKernel CollectionBase POOLCore PersistencySvc PersistentDataModel StorageSvc ) # Component list generation: atlas_generate_componentslist( ImplicitCollection ) diff --git a/Database/APR/RootCollection/CMakeLists.txt b/Database/APR/RootCollection/CMakeLists.txt index 3851a4eed29dea229cf6b1ee27f19f8349c0361e..86c23f101f15090976de2b82923931a5769f87de 100644 --- a/Database/APR/RootCollection/CMakeLists.txt +++ b/Database/APR/RootCollection/CMakeLists.txt @@ -20,8 +20,8 @@ atlas_add_library( RootCollection INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} LINK_LIBRARIES ${ROOT_LIBRARIES} RootUtilsPyROOT - PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} CollectionBase - GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils ) + PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaKernel CollectionBase + FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils ) atlas_add_library( RootCollectionComponents NO_PUBLIC_HEADERS