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)