From 022e4490a03208df65da88b98491678223dd7d0a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 16 Oct 2019 11:23:12 -0400 Subject: [PATCH] try to fix pkgconfig distribtest --- CMakeLists.txt | 2 +- templates/CMakeLists.txt.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a473566a4f0..8cc186e6e2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19470,7 +19470,7 @@ generate_pkgconfig( "gRPC" "high performance general RPC framework" "${gRPC_CORE_VERSION}" - "gpr" + "gpr openssl" "-lgrpc -laddress_sorting -lcares -lz" "" "grpc.pc") diff --git a/templates/CMakeLists.txt.template b/templates/CMakeLists.txt.template index e954d404178..6c9eec351e2 100644 --- a/templates/CMakeLists.txt.template +++ b/templates/CMakeLists.txt.template @@ -604,7 +604,7 @@ "gRPC" "high performance general RPC framework" "<%text>${gRPC_CORE_VERSION}" - "gpr" + "gpr openssl" "-lgrpc -laddress_sorting -lcares -lz" "" "grpc.pc")