Skip to content

Commit

Permalink
fix: CMakeLists.txt find_package(podio 0.16.3) not required
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Nov 28, 2024
1 parent 1e5e5ba commit 567b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 567b5fa

Please sign in to comment.