From b479a57492963b9707bb711350e69eeb4c279b8f Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Mon, 4 Nov 2019 13:58:46 -0800 Subject: [PATCH] Update by review --- CMakeLists.txt | 2 +- templates/CMakeLists.txt.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b8fe560e75..291022b04f2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17928,7 +17928,7 @@ generate_pkgconfig( "high performance general RPC framework" "${gRPC_CORE_VERSION}" "gpr openssl" - "-lgrpc -laddress_sorting -lupb -lcares -lz" + "-lgrpc -laddress_sorting -lcares -lz" "" "grpc.pc") diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template index 923cda9b34c..87b9d38e61f 100644 --- a/templates/CMakeLists.txt.template +++ b/templates/CMakeLists.txt.template @@ -657,7 +657,7 @@ "high performance general RPC framework" "<%text>${gRPC_CORE_VERSION}" "gpr openssl" - "-lgrpc -laddress_sorting -lupb -lcares -lz" + "-lgrpc -laddress_sorting -lcares -lz" "" "grpc.pc")