From feab6ea60f331081c9f997fd5a6f111c9bb2047b Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Fri, 28 Jun 2024 14:31:32 +0200 Subject: [PATCH] Fix missing link library (#75) --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b275acd..308ac2f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ add_library(edmCompare SHARED src/CompareEDM4hepLCIO.cc src/ObjectMapping.cc src/CompareEDM4hepEDM4hep.cc) -target_link_libraries(edmCompare PUBLIC EDM4HEP::edm4hep LCIO::lcio) +target_link_libraries(edmCompare PUBLIC EDM4HEP::edm4hep LCIO::lcio ROOT::MathCore) target_include_directories(edmCompare PUBLIC $