mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
652a35c70a
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
14 lines
661 B
Diff
14 lines
661 B
Diff
diff --git a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
|
|
index 6d0dc1515..86381bb44 100644
|
|
--- a/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
|
|
+++ b/sdk/core/azure-core-tracing-opentelemetry/CMakeLists.txt
|
|
@@ -59,6 +59,8 @@ if (BUILD_AZURE_CORE_TRACING_OPENTELEMETRY)
|
|
$<INSTALL_INTERFACE:include>
|
|
)
|
|
|
|
+ target_compile_definitions(azure-core-tracing-opentelemetry PRIVATE _azure_BUILDING_SDK)
|
|
+
|
|
# make sure that users can consume the project as a library.
|
|
add_library(Azure::azure-core-tracing-opentelemetry ALIAS azure-core-tracing-opentelemetry)
|
|
|