From 01f3c205dfea48944e933e29792f5f89a48e8ec8 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 20 Mar 2022 01:43:54 +0000
Subject: [PATCH] Require edm4hep 0.4.1

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 671f703..29ab2a9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ endif(APPLE)
 find_package(podio 0.14.1 REQUIRED)
 include_directories(${podio_INCLUDE_DIR})
 
-find_package(EDM4HEP REQUIRED)
+find_package(EDM4HEP 0.4.1 REQUIRED)
 
 #include(cmake/root.cmake)
 list(APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS})
-- 
GitLab