* 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
303 B
CMake
12 lines
303 B
CMake
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
|
|
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(azure-core-cpp)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-keyvault-keys-cppTargets.cmake")
|
|
|
|
check_required_components("azure-security-keyvault-keys-cpp")
|