Skip to content

Commit ab06e07

Browse files
committed
Move gRPC to v1.27.2
1 parent e3ad476 commit ab06e07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ endif()
8080

8181
set(LDFLAGS
8282
grpc++ grpc gpr grpc_cronet address_sorting
83+
upb absl_base absl_strings absl_throw_delegate
8384
${_PROTOBUF_LIBRARIES} ${_CARES_LIBRARIES}
8485
${_ZLIB_LIBRARIES} ${_SSL_LIBRARIES}
8586
${_ALLTARGETS_LIBRARIES}

cmake/build_dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include (ExternalProject)
22
include(CheckFunctionExists)
33

44
if(NOT GRPC_VERSION)
5-
set(GRPC_VERSION v1.16.0)
5+
set(GRPC_VERSION v1.27.2)
66
endif()
77

88
if(ANDROID)

0 commit comments

Comments
 (0)