Skip to content

Commit

Permalink
Bump minimal podio version
Browse files Browse the repository at this point in the history
The `links` category in the YAML file requires at least podio 1.2
  • Loading branch information
tmadlener authored Dec 19, 2024
1 parent 327ba0f commit 7b795e3
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 @@ -9,7 +9,7 @@ SET( ${PROJECT_NAME}_VERSION_PATCH 1 )

SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )

find_package(podio 1.1 REQUIRED HINTS $ENV{PODIO})
find_package(podio 1.2 REQUIRED HINTS $ENV{PODIO})
find_package(ROOT REQUIRED COMPONENTS RIO Tree Physics)

option(EDM4HEP_WITH_JSON "Whether or not to build EDM4HEP with JSON support (and edm4hep2json)" ON)
Expand Down

0 comments on commit 7b795e3

Please sign in to comment.