Skip to content

Commit 817d084

Browse files
committed
No otel default features
1 parent d0047b3 commit 817d084

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

sdk/core/azure-core-tracing-opentelemetry/vcpkg.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"supports": "!(windows & !static)",
55
"dependencies": [
66
"azure-core-cpp",
7-
"opentelemetry-cpp",
7+
{
8+
"name": "opentelemetry-cpp",
9+
"default-features": false
10+
}
811
{
912
"name": "vcpkg-cmake",
1013
"host": true

sdk/core/azure-core-tracing-opentelemetry/vcpkg/vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
{
2525
"name": "opentelemetry-cpp",
26+
"default-features": false,
2627
"version>=": "1.3.0"
2728
},
2829
{

0 commit comments

Comments
 (0)