cmake: bump pybind11 to v2.11.1

This commit is contained in:
Corentin Le Molgat
2024-01-12 18:19:32 +01:00
parent 592ce4c4b6
commit fa59e1c814

View File

@@ -164,7 +164,7 @@ if(BUILD_PYTHON AND BUILD_pybind11)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.10.3"
GIT_TAG "v2.11.1"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11.patch"
)
FetchContent_MakeAvailable(pybind11)