Update vcpkg version dependencies (#2718)
This commit is contained in:
parent
650a74ca62
commit
6bf52bdbde
@ -10,7 +10,6 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/core/azure-core",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "openssl",
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.2.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-core-cpp "1.1.0" CONFIG QUIET)
|
||||
find_package(azure-core-cpp "1.2.0" CONFIG QUIET)
|
||||
if(NOT azure-core-cpp_FOUND)
|
||||
find_package(azure-core-cpp "1.1.0" REQUIRED)
|
||||
find_package(azure-core-cpp "1.2.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp)
|
||||
find_dependency(azure-core-cpp "1.2.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-common-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-common",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.1.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-core-cpp "1.1.0" CONFIG QUIET)
|
||||
find_package(azure-core-cpp "1.2.0" CONFIG QUIET)
|
||||
if(NOT azure-core-cpp_FOUND)
|
||||
find_package(azure-core-cpp "1.1.0" REQUIRED)
|
||||
find_package(azure-core-cpp "1.2.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp)
|
||||
find_dependency(azure-core-cpp "1.2.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-keys-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-core-cpp "1.1.0" CONFIG QUIET)
|
||||
find_package(azure-core-cpp "1.2.0" CONFIG QUIET)
|
||||
if(NOT azure-core-cpp_FOUND)
|
||||
find_package(azure-core-cpp "1.1.0" REQUIRED)
|
||||
find_package(azure-core-cpp "1.2.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp "1.2.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-secrets-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -10,8 +10,11 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-secrets",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-storage-common-cpp "12.0.0" CONFIG QUIET)
|
||||
find_package(azure-storage-common-cpp "12.1.0" CONFIG QUIET)
|
||||
if(NOT azure-storage-common-cpp_FOUND)
|
||||
find_package(azure-storage-common-cpp "12.0.0" REQUIRED)
|
||||
find_package(azure-storage-common-cpp "12.1.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-storage-common-cpp)
|
||||
find_dependency(azure-storage-common-cpp "12.1.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-blobs-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-blobs",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(LibXml2)
|
||||
find_dependency(Threads)
|
||||
find_dependency(azure-core-cpp)
|
||||
find_dependency(azure-core-cpp "1.0.0")
|
||||
|
||||
if(NOT WIN32)
|
||||
find_dependency(OpenSSL)
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
"libxml2",
|
||||
{
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-storage-blobs-cpp "12.0.0" CONFIG QUIET)
|
||||
find_package(azure-storage-blobs-cpp "12.1.0" CONFIG QUIET)
|
||||
if(NOT azure-storage-blobs-cpp_FOUND)
|
||||
find_package(azure-storage-blobs-cpp "12.0.0" REQUIRED)
|
||||
find_package(azure-storage-blobs-cpp "12.1.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-storage-blobs-cpp)
|
||||
find_dependency(azure-storage-blobs-cpp "12.1.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-files-datalake-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-files-datalake",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-storage-common-cpp "12.0.0" CONFIG QUIET)
|
||||
find_package(azure-storage-common-cpp "12.1.0" CONFIG QUIET)
|
||||
if(NOT azure-storage-common-cpp_FOUND)
|
||||
find_package(azure-storage-common-cpp "12.0.0" REQUIRED)
|
||||
find_package(azure-storage-common-cpp "12.1.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-storage-common-cpp)
|
||||
find_dependency(azure-storage-common-cpp "12.1.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-files-shares-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -10,12 +10,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-files-shares",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -20,9 +20,9 @@ include(AzureGlobalCompileOptions)
|
||||
az_vcpkg_integrate()
|
||||
|
||||
if(NOT AZ_ALL_LIBRARIES)
|
||||
find_package(azure-storage-common-cpp "12.0.0" CONFIG QUIET)
|
||||
find_package(azure-storage-common-cpp "12.1.0" CONFIG QUIET)
|
||||
if(NOT azure-storage-common-cpp_FOUND)
|
||||
find_package(azure-storage-common-cpp "12.0.0" REQUIRED)
|
||||
find_package(azure-storage-common-cpp "12.1.0" REQUIRED)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-storage-common-cpp)
|
||||
find_dependency(azure-storage-common-cpp "12.1.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-queues-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -13,8 +13,7 @@
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp)
|
||||
find_dependency(azure-core-cpp "1.0.0")
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/azure-template-cppTargets.cmake")
|
||||
|
||||
|
||||
@ -11,12 +11,10 @@
|
||||
],
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/template/azure-template",
|
||||
"license": "MIT",
|
||||
"builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.0.0"
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user