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)
267
267
option (OTELCPP_VERSIONED_LIBS "Whether to generate the versioned shared libs"
268
268
OFF )
269
269
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
-
278
270
if (OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS )
279
271
message (FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON" )
280
272
endif ()
@@ -793,7 +785,6 @@ message(
793
785
)
794
786
message (
795
787
STATUS "WITH_METRICS_EXEMPLAR_PREVIEW: ${WITH_METRICS_EXEMPLAR_PREVIEW} " )
796
- message (STATUS "WITH_REMOVE_METER_PREVIEW: ${WITH_REMOVE_METER_PREVIEW} " )
797
788
message (
798
789
STATUS "WITH_OTLP_GRPC_SSL_MTLS_PREVIEW: ${WITH_OTLP_GRPC_SSL_MTLS_PREVIEW} " )
799
790
message (
You can’t perform that action at this time.
0 commit comments