File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ option(WITH_ASYNC_EXPORT_PREVIEW "Whether to enable async export" OFF)
287287option (WITH_METRICS_EXEMPLAR_PREVIEW
288288 "Whether to enable exemplar within metrics" OFF )
289289
290- option (OPENTELEMETRY_STATIC_ONLY
290+ option (OPENTELEMETRY_SKIP_DYNAMIC_LOADING_TESTS
291291 "Whether to build test libraries that are always linked as shared libs"
292292 OFF )
293293
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
33
4- if (OPENTELEMETRY_STATIC_ONLY )
4+ if (OPENTELEMETRY_SKIP_DYNAMIC_LOADING_TESTS )
55 return ()
66endif ()
77
Original file line number Diff line number Diff line change 11# Copyright The OpenTelemetry Authors
22# SPDX-License-Identifier: Apache-2.0
33
4- if (OPENTELEMETRY_STATIC_ONLY )
4+ if (OPENTELEMETRY_SKIP_DYNAMIC_LOADING_TESTS )
55 return ()
66endif ()
77
You can’t perform that action at this time.
0 commit comments