From 567b5fa3cbbdbdb93b6afa55ba6cfff956d69e4c Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 28 Nov 2024 03:52:36 +0000 Subject: [PATCH] fix: CMakeLists.txt find_package(podio 0.16.3) not required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ecb7e4..84fe5fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ find_package(Microsoft.GSL CONFIG) find_package(EDM4EIC REQUIRED) find_package(EDM4HEP 0.4.1 REQUIRED) -find_package(podio 0.16.3 REQUIRED) +find_package(podio 0.16.3) if(NOT podio_FOUND) find_package(podio 1.0 REQUIRED) endif()