Skip to content
Snippets Groups Projects
Commit b3505a89 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin
Browse files

CMakeLists.txt: support PODIO 01-00

parent 70212d62
Branches
No related tags found
1 merge request!278CMakeLists.txt: support PODIO 01-00
...@@ -67,7 +67,10 @@ set(CMAKE_MODULE_PATH CMAKE_MODULE_PATH PODIO) ...@@ -67,7 +67,10 @@ set(CMAKE_MODULE_PATH CMAKE_MODULE_PATH PODIO)
# Find Libraries # Find Libraries
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# PODIO # PODIO
find_package(podio 0.14.1 REQUIRED ) find_package(podio 0.14.1)
if(NOT podio_FOUND)
find_package(podio 1.0 REQUIRED)
endif()
include_directories(${podio_INCLUDE_DIR}) include_directories(${podio_INCLUDE_DIR})
# DD4hep # DD4hep
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment