Update vcpkg version dependencies (#2718)

This commit is contained in:
Anton Kolesnyk 2021-08-09 13:15:27 -07:00 committed by GitHub
parent 650a74ca62
commit 6bf52bdbde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
26 changed files with 35 additions and 47 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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()

View File

@ -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")

View File

@ -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",

View File

@ -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()

View File

@ -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")

View File

@ -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()

View File

@ -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")

View File

@ -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

View File

@ -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()

View File

@ -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")

View File

@ -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",

View File

@ -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)

View File

@ -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",
{

View File

@ -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()

View File

@ -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")

View File

@ -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",

View File

@ -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()

View File

@ -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")

View File

@ -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",

View File

@ -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()

View File

@ -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")

View File

@ -13,8 +13,7 @@
"dependencies": [
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.0.0"
"default-features": false
},
{
"name": "vcpkg-cmake",

View File

@ -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")

View File

@ -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",