We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7111d commit 9d57e97Copy full SHA for 9d57e97
cmake/external/protobuf.cmake
@@ -63,7 +63,7 @@ include (ExternalProject)
63
ExternalProject_Add(${PROTOBUF_TARGET}
64
PREFIX ${PROTOBUF_TARGET}
65
GIT_REPOSITORY https://github.com/google/protobuf.git
66
- GIT_TAG v3.20.1
+ GIT_TAG v21.7
67
UPDATE_COMMAND ""
68
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
69
-G${CMAKE_GENERATOR}
0 commit comments