8000 [BUILD] Add option `WITH_OTLP_GRPC_SSL_MTLS_PREVIEW` (#2714) · open-telemetry/opentelemetry-cpp@086e94c · GitHub
[go: up one dir, main page]

Skip to content

Commit 086e94c

Browse files
authored
[BUILD] Add option WITH_OTLP_GRPC_SSL_MTLS_PREVIEW (#2714)
1 parent e1d9690 commit 086e94c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ if(DEFINED WITH_OTLP)
211211
)
212212
endif()
213213

214+
option(WITH_OTLP_GRPC_SSL_MTLS_PREVIEW
215+
"Whether to enable mTLS support fro gRPC" OFF)
216+
214217
option(WITH_OTLP_GRPC "Whether to include the OTLP gRPC exporter in the SDK"
215218
OFF)
216219

0 commit comments

Comments
 (0)
0