Skip to content

Commit 9d57e97

Browse files
committed
Update protobuf to v21.7
1 parent 0f7111d commit 9d57e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/protobuf.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ include (ExternalProject)
6363
ExternalProject_Add(${PROTOBUF_TARGET}
6464
PREFIX ${PROTOBUF_TARGET}
6565
GIT_REPOSITORY https://github.com/google/protobuf.git
66-
GIT_TAG v3.20.1
66+
GIT_TAG v21.7
6767
UPDATE_COMMAND ""
6868
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}/cmake
6969
-G${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)