Skip to content
Snippets Groups Projects
Commit 567b5fa3 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: CMakeLists.txt find_package(podio 0.16.3) not required

parent 1e5e5ba4
No related branches found
No related tags found
1 merge request!550fix: CMakeLists.txt find_package(podio 0.16.3) not required
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment