From 10ad26f91748b675c1f319c95e006f73ab64159a Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Tue, 3 Apr 2018 13:32:20 -0700 Subject: refer to libprotobuf directly --- examples/android/helloworld/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/android') diff --git a/examples/android/helloworld/app/CMakeLists.txt b/examples/android/helloworld/app/CMakeLists.txt index 40ae7fc980..f449a5ce2e 100644 --- a/examples/android/helloworld/app/CMakeLists.txt +++ b/examples/android/helloworld/app/CMakeLists.txt @@ -67,7 +67,7 @@ add_library(helloworld_proto_lib target_link_libraries(helloworld_proto_lib grpc++ - ${_gRPC_PROTOBUF_LIBRARIES} + libprotobuf android log) -- cgit v1.2.3