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 a706f77 commit 6fb0730Copy full SHA for 6fb0730
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.17.3
+ GIT_TAG v3.20.1
67
UPDATE_COMMAND ""
68
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
69
-G${CMAKE_GENERATOR}
0 commit comments