Skip to content

Commit

Permalink
Add a requirement for podio 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 10, 2024
1 parent 69b1323 commit ac49684
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 @@ -41,7 +41,7 @@ include(cmake/build_flags.cmake)
k4edm4hep2lcioconv_set_compiler_flags()

find_package(LCIO 2.20.1 REQUIRED)
find_package(podio REQUIRED)
find_package(podio 1.0 REQUIRED)
find_package(EDM4HEP 0.99 REQUIRED)
find_package(ROOT REQUIRED COMPONENTS MathCore)

Expand Down

0 comments on commit ac49684

Please sign in to comment.