File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -267,14 +267,6 @@ option(WITH_OPENTRACING "Whether to include the Opentracing shim" OFF)
267267option (OTELCPP_VERSIONED_LIBS "Whether to generate the versioned shared libs"
268268 OFF )
269269
270- #
271- # This option is experimental, subject to change in the spec:
272- #
273- # * https://github.com/open-telemetry/opentelemetry-specification/issues/2232
274- #
275- option (WITH_REMOVE_METER_PREVIEW
276- "EXPERIMENTAL, ABI BREAKING: Allow to remove a meter" OFF )
277-
278270if (OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS )
279271 message (FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON" )
280272endif ()
@@ -793,7 +785,6 @@ message(
793785)
794786message (
795787 STATUS "WITH_METRICS_EXEMPLAR_PREVIEW: ${WITH_METRICS_EXEMPLAR_PREVIEW} " )
796- message (STATUS "WITH_REMOVE_METER_PREVIEW: ${WITH_REMOVE_METER_PREVIEW} " )
797788message (
798789 STATUS "WITH_OTLP_GRPC_SSL_MTLS_PREVIEW: ${WITH_OTLP_GRPC_SSL_MTLS_PREVIEW} " )
799790message (
You can’t perform that action at this time.
0 commit comments