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

JetRec: cmake fix

List FASTJETCONTRIB_LIBRARIES before FASTJET_LIBRARIES.
(The first depends on the second.)
Otherwise, we were seeing link failures in JetSubStructureMomentTools
in the clang build.
parent ec7c7242
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ atlas_add_library( JetRecLib
JetRec/*.h Root/*.h Root/*.cxx
PUBLIC_HEADERS JetRec
INCLUDE_DIRS ${ROOT_INCLUDE_DIRS} ${FASTJET_INCLUDE_DIRS} ${FASTJETCONTRIB_INCLUDE_DIRS}
LINK_LIBRARIES ${ROOT_LIBRARIES} ${FASTJET_LIBRARIES} ${FASTJETCONTRIB_LIBRARIES} AthLinks AthContainers AsgTools
LINK_LIBRARIES ${ROOT_LIBRARIES} ${FASTJETCONTRIB_LIBRARIES} ${FASTJET_LIBRARIES} AthLinks AthContainers AsgTools
xAODCaloEvent xAODJet xAODMuon EventShapeInterface JetEDM
JetInterface
PRIVATE_LINK_LIBRARIES CxxUtils xAODBase xAODCore
......
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