From 3be00a79cbe2eb521a958ad6d3313403c9600c2b Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:36:04 +0200 Subject: [PATCH] Relax the requirement for the HepMC3 version (#371) --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 37a18f560..b45e8f03e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -104,7 +104,7 @@ IF(TARGET ROOT::ROOTDataFrame) endif() -find_package(HepMC3 3.3) +find_package(HepMC3) find_package(HepPDT) if(HepMC3_FOUND AND HepPDT_FOUND )