From ae7b881a0dc7ff5461ffc50755b818f906953a7d Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 12 Sep 2023 11:00:14 +0200 Subject: [PATCH] Remove ROOT::Physics --- converter/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/CMakeLists.txt b/converter/CMakeLists.txt index 3134eaad..6b74b7a5 100644 --- a/converter/CMakeLists.txt +++ b/converter/CMakeLists.txt @@ -16,7 +16,7 @@ target_link_libraries(DelphesEDM4HepConverter podio::podio ROOT::MathCore ROOT::EG - ROOT::Physics) + ) install(DIRECTORY include/ TYPE INCLUDE)