cmake: bump pybind11 to v2.11.1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user