Skip to content
Snippets Groups Projects
Commit ba9a4173 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

RegistrationServices: cmake fix

Remove unused and undefined ROOT_INCLUDE_DIRS.
......@@ -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:
......
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