diff --git a/Database/APR/RootCollection/CMakeLists.txt b/Database/APR/RootCollection/CMakeLists.txt index ac58b3fca44ff34c5eccf0ebe5b639055acbd263..71e68971fd6c8ad4723ac5748e3d2ea23b3a835c 100644 --- a/Database/APR/RootCollection/CMakeLists.txt +++ b/Database/APR/RootCollection/CMakeLists.txt @@ -19,7 +19,7 @@ atlas_add_library( RootCollection PUBLIC_HEADERS RootCollection INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} PRIVATE_INCLUDE_DIRS ${CORAL_INCLUDE_DIRS} - LINK_LIBRARIES ${ROOT_LIBRARIES} RootUtilsPyROOT + LINK_LIBRARIES ${ROOT_LIBRARIES} RootUtils PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaKernel CollectionBase FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils )