From ba9a417399403f0a95888ccc68c5c4ebc692274a Mon Sep 17 00:00:00 2001 From: scott snyder <sss@karma> Date: Thu, 1 Oct 2020 13:57:42 -0400 Subject: [PATCH] RegistrationServices: cmake fix Remove unused and undefined ROOT_INCLUDE_DIRS. --- Database/RegistrationServices/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Database/RegistrationServices/CMakeLists.txt b/Database/RegistrationServices/CMakeLists.txt index a25ede806f78..c20b14352e45 100644 --- a/Database/RegistrationServices/CMakeLists.txt +++ b/Database/RegistrationServices/CMakeLists.txt @@ -20,7 +20,7 @@ atlas_add_component( RegistrationServices src/IOVRegistrationSvc.cxx src/OutputConditionsAlg.cxx src/components/*.cxx - INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} + INCLUDE_DIRS ${COOL_INCLUDE_DIRS} ${CORAL_INCLUDE_DIRS} LINK_LIBRARIES ${COOL_LIBRARIES} ${CORAL_LIBRARIES} AthenaBaseComps AthenaKernel AthenaPoolUtilities CollectionBase DBDataModel FileCatalog IOVDbSvcLib PersistentDataModel PoolSvcLib RegistrationServicesLib SGTools StoreGateLib ) # Install files from the package: -- GitLab