From 43b6096afe4b517aa47f4c6816cfa3f74b80e1c7 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 21 Sep 2023 15:36:16 +0100 Subject: [PATCH] WIP - Testing build without grpc support --- vcpkg.json.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcpkg.json.in b/vcpkg.json.in index 334ae5aab9d..a1159fbe737 100644 --- a/vcpkg.json.in +++ b/vcpkg.json.in @@ -182,8 +182,7 @@ "name": "opentelemetry-cpp", "features": [ "otlp", - "otlp-http", - "otlp-grpc" + "otlp-http" ] } ]