Skip to content

Commit d85238c

Browse files
committed
Rename option to OPENTELEMETRY_SKIP_DYNAMIC_LOADING_TESTS
1 parent 7d4291f commit d85238c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ option(WITH_ASYNC_EXPORT_PREVIEW "Whether to enable async export" OFF)
287287
option(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

api/test/singleton/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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()
66
endif()
77

examples/plugin/plugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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()
66
endif()
77

0 commit comments

Comments
 (0)