Fix Eventhubs vcpkg manifest (#4794)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
972c3d8c76
commit
fd073360cf
@ -2,14 +2,7 @@
|
||||
"name": "azure-messaging-eventhubs",
|
||||
"version-string": "1.0.0",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp"
|
||||
},
|
||||
{
|
||||
"name": "azure-core-amqp-cpp"
|
||||
},
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp"
|
||||
}
|
||||
"azure-core-amqp-cpp",
|
||||
"azure-storage-blobs-cpp"
|
||||
]
|
||||
}
|
||||
|
||||
@ -4,9 +4,8 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp "1.10.0")
|
||||
find_dependency(azure-core-amqp-cpp)
|
||||
find_dependency(azure-storage-blobs-cpp "12.7.0")
|
||||
find_dependency(azure-storage-blobs-cpp)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-messaging-eventhubs-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -8,19 +8,18 @@
|
||||
"Microsoft Azure Messaging Event Hubs SDK for C++",
|
||||
"This library provides Azure Messaging Event Hubs SDK."
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/eventhubs/azure-messaging-eventhubs",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.9.0"
|
||||
},
|
||||
{
|
||||
"name": "azure-core-amqp-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.0.0-beta.1"
|
||||
},
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.8.0"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user