Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump podio version to 1.0.1 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(PYTHIA8_VERSION 311)
set(JSON_VERSION 3.11.2)
set(ROOT_VERSION 6.30.06)
set(ROOT_HASH SHA1=dd95462386e27c205fe8e3396daa9c169627fbf1)
set(PODIO_VERSION 00-17-02)
set(PODIO_VERSION 01-00-01)
set(EDM4HEP_VERSION 00-10-01)
set(DD4HEP_VERSION 01-27)
set(BOOST_VERSION 1.84.0)
Expand Down Expand Up @@ -428,7 +428,7 @@ ExternalProject_Add(podio
PREFIX podio
DEPENDS root PythonExeExists
URL https://github.com/AIDASoft/podio/archive/refs/tags/v${PODIO_VERSION}.tar.gz
URL_HASH SHA1=600b99000f0c7a6c25c04a8b32bebf70413c9f57
URL_HASH SHA1=6c1e20a358a29ebaef27d03f9514c312463ecdde
LIST_SEPARATOR |
CMAKE_ARGS
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
Expand All @@ -437,7 +437,7 @@ ExternalProject_Add(podio
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DPython_EXECUTABLE=${Python_EXECUTABLE}
-DPython3_EXECUTABLE=${Python_EXECUTABLE}
-DCMAKE_PREFIX_PATH=${CMAKE_INSTALL_PREFIX}
-DBUILD_TESTING=OFF
-DUSE_EXTERNAL_CATCH2=OFF
Expand Down
Loading