This commit is contained in:
Laurent Perron
2022-08-29 15:59:47 +02:00
parent ac441927b8
commit bdb366bb5d
2 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ git_repository(
new_git_repository(
name = "pybind11",
build_file = "@pybind11_bazel//:pybind11.BUILD",
tag = "v2.9.2",
tag = "v2.10.0",
remote = "https://github.com/pybind/pybind11.git",
)

View File

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