Skip to content

Commit

Permalink
Update attestation core vcpkg dependency to latest GA version that is…
Browse files Browse the repository at this point in the history
… required. (#3830)

* Update attestation core vcpkg dependency to latest GA version that is required.

* Update vcpkg config.cmake to match the dependency version needed.
  • Loading branch information
ahsonkhan authored Jul 15, 2022
1 parent a3926d6 commit 593437b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.5.0")
find_dependency(azure-core-cpp "1.7.0")
find_dependency(OpenSSL)

include("${CMAKE_CURRENT_LIST_DIR}/azure-security-attestation-cppTargets.cmake")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.7.0-beta.1"
"version>=": "1.7.0"
},
{
"name": "vcpkg-cmake",
Expand Down

0 comments on commit 593437b

Please sign in to comment.