azure-sdk-for-cpp/vcpkg.json
Ahson Khan f587bf9e79
Update vcpkg baseline to latest released tags/2022.10.19 (#4100)
* Update vcpkg baseline to latest released tags/2022.10.19

This is now in-sync with Embedded C as well.

* Update AzureVcpkg cmake module and the vcpkg commit string defined there.

* Remove the use of VCPKG_ROOT and VCPKG_INSTALLATION_ROOT from the cmake module.
2022-11-18 16:38:24 -08:00

29 lines
492 B
JSON

{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "94ce0dab56f4d8ba6bd631ba59ed682b02d45c46",
"dependencies": [
{
"name": "curl"
},
{
"name": "libxml2",
"platform": "!windows & !uwp"
},
{
"name": "openssl"
},
{
"name": "opentelemetry-cpp",
"platform": "!(windows & !static)",
"version>=": "1.3.0"
},
{
"name": "wil",
"platform": "windows"
}
],
"overrides": [
]
}