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 efda25d commit 7a2ed51Copy full SHA for 7a2ed51
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 1363bf9c051af36c555c23d734a204246c215697
+ GIT_TAG 204f99488ce1ef74565239cf3963111ae4c774b7
67
UPDATE_COMMAND ""
68
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
69
-G${CMAKE_GENERATOR}
0 commit comments