Skip to content

Commit 3d901a8

Browse files
authored
[REMOVAL] Remove CMake option WITH_REMOVE_METER_PREVIEW (#3476)
1 parent 4561fc2 commit 3d901a8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@ option(WITH_OPENTRACING "Whether to include the Opentracing shim" OFF)
267267
option(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-
278270
if(OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS)
279271
message(FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON")
280272
endif()
@@ -793,7 +785,6 @@ message(
793785
)
794786
message(
795787
STATUS "WITH_METRICS_EXEMPLAR_PREVIEW: ${WITH_METRICS_EXEMPLAR_PREVIEW}")
796-
message(STATUS "WITH_REMOVE_METER_PREVIEW: ${WITH_REMOVE_METER_PREVIEW}")
797788
message(
798789
STATUS "WITH_OTLP_GRPC_SSL_MTLS_PREVIEW: ${WITH_OTLP_GRPC_SSL_MTLS_PREVIEW}")
799790
message(

0 commit comments

Comments
 (0)