Skip to content

Commit

Permalink
CMakeLists.txt: support PODIO 01-00
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jun 20, 2024
1 parent ad06af7 commit 53413fd
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 @@ -55,6 +55,9 @@ find_package(EDM4EIC REQUIRED)
find_package(EDM4HEP 0.4.1 REQUIRED)

find_package(podio 0.16.3 REQUIRED)
if(NOT podio_FOUND)
find_package(podio 1.0 REQUIRED)
endif()
add_definitions("-Dpodio_VERSION_MAJOR=${podio_VERSION_MAJOR}")
add_definitions("-Dpodio_VERSION_MINOR=${podio_VERSION_MINOR}")
add_definitions("-Dpodio_VERSION_PATCH=${podio_VERSION_PATCH}")
Expand Down

0 comments on commit 53413fd

Please sign in to comment.