Disable storage queue vcpkg (#2749)

This commit is contained in:
JinmingHu 2021-08-17 09:45:40 +08:00 committed by GitHub
parent ff367d641a
commit 68100a543c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake-modules")
include(AzureVcpkg)
# include(AzureVcpkg)
include(AzureVersion)
include(AzureCodeCoverage)
include(AzureTransportAdapters)
include(AzureDoxygen)
include(AzureGlobalCompileOptions)
az_vcpkg_integrate()
# az_vcpkg_integrate()
if(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-common-cpp "12.1.0" CONFIG QUIET)
@ -65,11 +65,11 @@ target_link_libraries(azure-storage-queues PUBLIC Azure::azure-storage-common)
get_az_version("${CMAKE_CURRENT_SOURCE_DIR}/src/private/package_version.hpp")
generate_documentation(azure-storage-queues ${AZ_LIBRARY_VERSION})
az_vcpkg_export(
azure-storage-queues
STORAGE_QUEUES
"azure/storage/queues/dll_import_export.hpp"
)
# az_vcpkg_export(
# azure-storage-queues
# STORAGE_QUEUES
# "azure/storage/queues/dll_import_export.hpp"
# )
# coverage. Has no effect if BUILD_CODE_COVERAGE is OFF
create_code_coverage(storage azure-storage-queues azure-storage-test)