From f7b6d2315c1b08dbc2fdd01dde4badda214a4a30 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 12 Jan 2024 18:27:32 +0100 Subject: [PATCH] cmake: bump pybind11_protobuf --- cmake/dependencies/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/dependencies/CMakeLists.txt b/cmake/dependencies/CMakeLists.txt index 40bd5300df..69cb1f4054 100644 --- a/cmake/dependencies/CMakeLists.txt +++ b/cmake/dependencies/CMakeLists.txt @@ -192,7 +192,7 @@ if(BUILD_PYTHON AND BUILD_pybind11_protobuf) FetchContent_Declare( pybind11_protobuf GIT_REPOSITORY "https://github.com/pybind/pybind11_protobuf.git" - GIT_TAG "8359a091a9b0bc7deb0233de986c06c885a3ff2d" + GIT_TAG "3b11990a99dea5101799e61d98a82c4737d240cc" PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/pybind11_protobuf.patch" ) FetchContent_MakeAvailable(pybind11_protobuf)