We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ad476 commit ab06e07Copy full SHA for ab06e07
CMakeLists.txt
@@ -80,6 +80,7 @@ endif()
80
81
set(LDFLAGS
82
grpc++ grpc gpr grpc_cronet address_sorting
83
+ upb absl_base absl_strings absl_throw_delegate
84
${_PROTOBUF_LIBRARIES} ${_CARES_LIBRARIES}
85
${_ZLIB_LIBRARIES} ${_SSL_LIBRARIES}
86
${_ALLTARGETS_LIBRARIES}
cmake/build_dependencies.cmake
@@ -2,7 +2,7 @@ include (ExternalProject)
2
include(CheckFunctionExists)
3
4
if(NOT GRPC_VERSION)
5
- set(GRPC_VERSION v1.16.0)
+ set(GRPC_VERSION v1.27.2)
6
endif()
7
8
if(ANDROID)
0 commit comments