Skip to content
Snippets Groups Projects
Commit 0e043572 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clang.RootCollection-20201113' into 'master'

RootCollection: Fix link error in clang build.

See merge request atlas/athena!38244
parents b0a7f876 c98701f4
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ atlas_add_library( RootCollection ...@@ -19,7 +19,7 @@ atlas_add_library( RootCollection
PUBLIC_HEADERS RootCollection PUBLIC_HEADERS RootCollection
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} INCLUDE_DIRS ${ROOT_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${CORAL_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 PRIVATE_LINK_LIBRARIES ${CORAL_LIBRARIES} AthenaKernel CollectionBase
FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils ) FileCatalog GaudiKernel POOLCore PersistencySvc PersistentDataModel RootUtils )
......
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