Skip to content

Commit

Permalink
fix: require podio 1.0 for PODIO_GENERATE_DATAMODEL DEPENDS (key4hep#327
Browse files Browse the repository at this point in the history
)

* fix: require podio 1.0 for PODIO_GENERATE_DATAMODEL DEPENDS

* fix: README, require podio >= 01-00
  • Loading branch information
wdconinc authored Jun 25, 2024
1 parent ccf334e commit 4f72168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 99 )

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

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

#--- Define basic build settings -----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This project is in a beta stage -- feedback and use of it in production is encou

Required:

* [PODIO](https://github.com/AIDASoft/podio) >= v00-15
* [PODIO](https://github.com/AIDASoft/podio) >= v01-00
* [ROOT](https://github.com/root-project/root) >= v6.22/06

Optional:
Expand Down

0 comments on commit 4f72168

Please sign in to comment.