diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ecb7e4da9040a91c5fd95935309cbe0ff0ac389..84fe5fd509f349123e232ca148fb09ac0340f4ca 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()