From 649bb09b7e65cc0a5ea730ac48b25b69c68cb673 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 21 Jun 2024 10:24:56 +0200 Subject: [PATCH] Remove the version in find_package(podio) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e80779bbb..09567b23b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -155,7 +155,7 @@ endif() if(DD4HEP_USE_EDM4HEP) find_package(EDM4HEP REQUIRED) - find_package(podio 0.16.3 REQUIRED) + find_package(podio REQUIRED) # DD4HEP_SETUP_EDM4HEP_TARGETS() endif()