Skip to content

Commit

Permalink
fix: visual solution build (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires authored Feb 21, 2024
1 parent 530595a commit c05f403
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
{
"name": "opentelemetry-cpp",
"default-features": true,
"features": [ "otlp-http", "prometheus" ]
"features": [
"otlp-http",
"prometheus"
]
},
"parallel-hashmap",
"protobuf",
Expand All @@ -25,7 +28,9 @@
"zlib",
{
"name": "libmariadb",
"features": [ "mariadbclient" ]
"features": [
"mariadbclient"
]
},
{
"name": "gmp",
Expand All @@ -36,5 +41,5 @@
"platform": "windows"
}
],
"builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7"
"builtin-baseline": "62f4702dfeb7c01a57482ba894a8a9e1497bb7d4"
}

0 comments on commit c05f403

Please sign in to comment.