Skip to content
Snippets Groups Projects
Commit dea63a58 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'rootconv2' into 'master'

RootCollection+ImplicitCollection: cmake fixes

See merge request !36072
parents 2e11542f deaadaf9
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......@@ -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
......
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