Skip to content

Commit fe0f09a

Browse files
committed
Update libprotobuf v27.1 to v29.3
1 parent c262e31 commit fe0f09a

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
@@ -152,7 +152,7 @@ include (ExternalProject)
152152
ExternalProject_Add(${PROTOBUF_TARGET}
153153
PREFIX ${PROTOBUF_TARGET}
154154
GIT_REPOSITORY https://github.com/google/protobuf.git
155-
GIT_TAG v27.1
155+
GIT_TAG v29.3
156156
UPDATE_COMMAND ""
157157
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}
158158
-G${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)