Skip to content

Commit

Permalink
Move gRPC to v1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinarske committed Feb 25, 2020
1 parent e0251a3 commit 3b42142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ endif()

set(LDFLAGS
grpc++ grpc gpr grpc_cronet address_sorting
upb absl_base absl_strings absl_throw_delegate
${_PROTOBUF_LIBRARIES} ${_CARES_LIBRARIES}
${_ZLIB_LIBRARIES} ${_SSL_LIBRARIES}
${_ALLTARGETS_LIBRARIES}
Expand Down
2 changes: 1 addition & 1 deletion cmake/build_dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include (ExternalProject)
include(CheckFunctionExists)

if(NOT GRPC_VERSION)
set(GRPC_VERSION v1.16.0)
set(GRPC_VERSION v1.27.2)
endif()

if(ANDROID)
Expand Down

0 comments on commit 3b42142

Please sign in to comment.