azure-sdk-for-cpp/sdk/attestation/azure-security-attestation/vcpkg/Config.cmake.in
Rick Winter b54d509c72
Use standard syntax for MIT license (#4786)
* Use standard syntax for MIT license

* Stop appending "All rights reserved"
2023-07-12 22:37:36 -07:00

13 lines
332 B
CMake

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.8.0")
find_dependency(OpenSSL)
include("${CMAKE_CURRENT_LIST_DIR}/azure-security-attestation-cppTargets.cmake")
check_required_components("azure-security-attestation-cpp")