Skip to content

Commit 3461038

Browse files
committed
Update protobuf to v25.2
1 parent 549d00b commit 3461038

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/external/protobuf.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ list(APPEND PROTOBUF_LIBRARIES
6969
absl_hash
7070
absl_hashtablez_sampler
7171
absl_int128
72+
absl_kernel_timeout_internal
7273
absl_leak_check
7374
absl_log_entry
7475
absl_log_flags
@@ -107,6 +108,7 @@ list(APPEND PROTOBUF_LIBRARIES
107108
absl_statusor
108109
absl_str_format_internal
109110
absl_strerror
111+
absl_string_view
110112
absl_strings
111113
absl_strings_internal
112114
absl_symbolize
@@ -151,7 +153,7 @@ include (ExternalProject)
151153
ExternalProject_Add(${PROTOBUF_TARGET}
152154
PREFIX ${PROTOBUF_TARGET}
153155
GIT_REPOSITORY https://github.com/google/protobuf.git
154-
GIT_TAG v24.4
156+
GIT_TAG v25.2
155157
UPDATE_COMMAND ""
156158
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR}/src/${PROTOBUF_TARGET}
157159
-G${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)