Skip to content

Commit

Permalink
Find MathCore from ROOT since it is being linked to later
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 30, 2024
1 parent feab6ea commit de3c48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
find_package(ROOT REQUIRED COMPONENTS MathCore)
add_library(edmCompare SHARED src/CompareEDM4hepLCIO.cc src/ObjectMapping.cc src/CompareEDM4hepEDM4hep.cc)
target_link_libraries(edmCompare PUBLIC EDM4HEP::edm4hep LCIO::lcio ROOT::MathCore)
target_include_directories(edmCompare
Expand Down

0 comments on commit de3c48e

Please sign in to comment.