From 0338e12078529212c837286e8f96d0915878a598 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 17 Dec 2024 10:59:31 +0100 Subject: [PATCH] Add a find_package(k4FWCore) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 008d93b..330263e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,7 @@ k4edm4hep2lcioconv_set_linker_flags() find_package(LCIO 2.22 REQUIRED) find_package(podio 1.0 REQUIRED) find_package(EDM4HEP 0.99 REQUIRED) +find_package(k4FWCore REQUIRED) find_package(ROOT REQUIRED COMPONENTS MathCore) add_subdirectory(k4EDM4hep2LcioConv)