Skip to content

Commit

Permalink
Add a lower bound for podio
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 25, 2024
1 parent 1dc6642 commit d8a9e52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ project(k4FWCore)
find_package(ROOT COMPONENTS RIO Tree REQUIRED)
find_package(Gaudi REQUIRED)
find_package(podio REQUIRED)
if (NOT podio_VERSION VERSION_GREATER_EQUAL 0.16.3)
message(FATAL "Need at least podio v0.16.3)
endif()
find_package(EDM4HEP REQUIRED)
include(GNUInstallDirs)
Expand Down

0 comments on commit d8a9e52

Please sign in to comment.