Skip to content

Commit

Permalink
cmake: bump pybind11_protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 12, 2024
1 parent b32a55a commit f7b6d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f7b6d23

Please sign in to comment.