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

RootCollection: Fix link error in clang build.

Should link against RootUtils, not RootUtilsPyROOT.
parent 1a876895
No related branches found
No related tags found
Loading
......@@ -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 )
......
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