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 Jul 29, 2024
1 parent f67b182 commit 62c3e0c
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.10.1 REQUIRED)
find_package(ROOT REQUIRED COMPONENTS MathCore)

Expand Down

0 comments on commit 62c3e0c

Please sign in to comment.