Skip to content

Commit

Permalink
Merge pull request eudaq#753 from msuljic/update_pybind
Browse files Browse the repository at this point in the history
Update pybind version from 2.5.0 to 2.13.1
  • Loading branch information
arummler authored Jul 19, 2024
2 parents 6276a36 + 068799c commit 71c5fa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/lib/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include_directories(${EUDAQ_INCLUDE_DIRS})
include_directories(${Python_INCLUDE_DIRS})
aux_source_directory(src EUDAQ_COMPONENT_SRC)

set(PYBIND_NAME_VER pybind11-2.5.0)
set(PYBIND_NAME_VER pybind11-2.13.1)
set(PYBIND_ZIP_FILE ${PYBIND_NAME_VER}.zip)

set(PYBIND_HEADER_FILE ${CMAKE_CURRENT_BINARY_DIR}/${PYBIND_NAME_VER}/include/pybind11/pybind11.h)
Expand Down
Binary file added main/lib/python/extern/pybind11-2.13.1.zip
Binary file not shown.

0 comments on commit 71c5fa7

Please sign in to comment.