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 750dfa3 commit 8942a9bCopy full SHA for 8942a9b
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 204f99488ce1ef74565239cf3963111ae4c774b7
+ GIT_TAG 214c77e1b76e63e512bd675d1c300c80438642b6
67
UPDATE_COMMAND ""
68
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
69
-G${CMAKE_GENERATOR}
0 commit comments