Skip to content

JetRec: cmake fix

Scott Snyder requested to merge ssnyder/athena:cmake.JetRec-20200702 into master

List FASTJETCONTRIB_LIBRARIES before FASTJET_LIBRARIES. (The first depends on the second.) Otherwise, we were seeing link failures in JetSubStructureMomentTools in the clang build.

Merge request reports