diff --git a/sdk/attestation/azure-security-attestation/CMakeLists.txt b/sdk/attestation/azure-security-attestation/CMakeLists.txt index bdbde3450..413ca7d52 100644 --- a/sdk/attestation/azure-security-attestation/CMakeLists.txt +++ b/sdk/attestation/azure-security-attestation/CMakeLists.txt @@ -107,3 +107,4 @@ endif() if(BUILD_SAMPLES) add_subdirectory(samples) endif() + diff --git a/sdk/core/CMakeLists.txt b/sdk/core/CMakeLists.txt index 66c41f888..3c3e8c289 100644 --- a/sdk/core/CMakeLists.txt +++ b/sdk/core/CMakeLists.txt @@ -17,3 +17,4 @@ endif() if (BUILD_TESTING) add_subdirectory(azure-core-test) endif() + diff --git a/vcpkg.json b/vcpkg.json index fab22dbaf..baec3a149 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,6 @@ { "name": "azure-sdk-for-cpp", "version": "1.5.0", - "builtin-baseline": "f0aa678b7471497f1adedcc99f40e1599ad22f69", "dependencies": [ { "name": "curl" @@ -13,11 +12,5 @@ { "name": "openssl" } - ], - "overrides": [ - { - "name": "openssl", - "version-string": "1.1.1n" - } ] }