cmake: Bump pybind11 2.10.1 -> 2.10.2

This commit is contained in:
Mizux Seiha
2022-12-28 10:04:04 +01:00
parent 35e6badd32
commit 9ea138d8ed

View File

@@ -161,8 +161,8 @@ if(BUILD_PYTHON AND BUILD_pybind11)
FetchContent_Declare(
pybind11
GIT_REPOSITORY "https://github.com/pybind/pybind11.git"
GIT_TAG "v2.10.1"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11-2.10.1.patch"
GIT_TAG "v2.10.2"
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11-2.10.2.patch"
)
FetchContent_MakeAvailable(pybind11)
list(POP_BACK CMAKE_MESSAGE_INDENT)