From 0d64dfb19234b90920baf5a4a023e7c926d84e45 Mon Sep 17 00:00:00 2001 From: owent Date: Fri, 21 Jun 2024 14:34:57 +0800 Subject: [PATCH] Make `WITH_OTLP_GRPC_SSL_MTLS_PREVIEW` cached --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d7831b2a4..711ac14c4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -211,6 +211,9 @@ if(DEFINED WITH_OTLP) ) endif() +option(WITH_OTLP_GRPC_SSL_MTLS_PREVIEW + "Whether to enable mTLS support fro gRPC" OFF) + option(WITH_OTLP_GRPC "Whether to include the OTLP gRPC exporter in the SDK" OFF)