From d53eeb22001d75b30da72c58a5b62224e800087d Mon Sep 17 00:00:00 2001 From: Rainer Schoenberger Date: Thu, 22 Feb 2024 16:36:40 +0100 Subject: [PATCH] docs Signed-off-by: Rainer Schoenberger --- cmake/gRPC.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/gRPC.cmake b/cmake/gRPC.cmake index a059729..26424d4 100644 --- a/cmake/gRPC.cmake +++ b/cmake/gRPC.cmake @@ -60,7 +60,10 @@ if(GWHISPER_FORCE_BUILDING_GRPC OR GRPC_NOT_FOUND) unset(PROTC_GRPC_PLUGIN CACHE) include(FetchContent) + + # Workaround for https://github.com/protocolbuffers/protobuf/issues/12185 : set(ABSL_ENABLE_INSTALL ON) + FetchContent_Declare( grpc GIT_REPOSITORY https://github.com/grpc/grpc