File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ list(APPEND PROTOBUF_LIBRARIES
69
69
absl_hash
70
70
absl_hashtablez_sampler
71
71
absl_int128
72
+ absl_kernel_timeout_internal
72
73
absl_leak_check
73
74
absl_log_entry
74
75
absl_log_flags
@@ -107,6 +108,7 @@ list(APPEND PROTOBUF_LIBRARIES
107
108
absl_statusor
108
109
absl_str_format_internal
109
110
absl_strerror
111
+ absl_string_view
110
112
absl_strings
111
113
absl_strings_internal
112
114
absl_symbolize
@@ -151,7 +153,7 @@ include (ExternalProject)
151
153
ExternalProject_Add (${PROTOBUF_TARGET}
152
154
PREFIX ${PROTOBUF_TARGET}
153
155
GIT_REPOSITORY https://github.com/google/protobuf.git
154
- GIT_TAG v24.4
156
+ GIT_TAG v25.2
155
157
UPDATE_COMMAND ""
156
158
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${PROTOBUF_INSTALL_DIR} /src/${PROTOBUF_TARGET}
157
159
-G${CMAKE_GENERATOR}
You can’t perform that action at this time.
0 commit comments