Skip to content

Commit 4295e87

Browse files
committed
Update protobuf to v24.4
1 parent 3b28530 commit 4295e87

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
@@ -151,7 +151,7 @@ include (ExternalProject)
151151
ExternalProject_Add(${PROTOBUF_TARGET}
152152
PREFIX ${PROTOBUF_TARGET}
153153
GIT_REPOSITORY https://github.com/google/protobuf.git
154-
GIT_TAG v22.3
154+
GIT_TAG v24.4
155155
UPDATE_COMMAND ""
156156
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}
157157
-G${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)