* Clean up version requirements * Revert curl back to 7.44 * Update vcpkg.json --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
12 lines
297 B
CMake
12 lines
297 B
CMake
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(azure-storage-common-cpp)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-queues-cppTargets.cmake")
|
|
|
|
check_required_components("azure-storage-queues-cpp")
|