azure-sdk-for-cpp/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in
Ahson Khan 593437b8f2
Update attestation core vcpkg dependency to latest GA version that is required. (#3830)
* Update attestation core vcpkg dependency to latest GA version that is required.

* Update vcpkg config.cmake to match the dependency version needed.
2022-07-15 10:06:16 -07:00

13 lines
350 B
CMake

# Copyright (c) Microsoft Corporation. All rights reserved.
# SPDX-License-Identifier: MIT
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.7.0")
find_dependency(OpenSSL)
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-attestation-cppTargets.cmake")
check_required_components("azure-security-attestation-cpp")