From df8b4d261ca0a6d43acf807dc034e96c5480a44a Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk Date: Tue, 9 Jul 2024 14:28:50 -0700 Subject: [PATCH] Update vcpkg SHA --- cmake-modules/AzureVcpkg.cmake | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake-modules/AzureVcpkg.cmake b/cmake-modules/AzureVcpkg.cmake index c32b4c37d9..c8e7396381 100644 --- a/cmake-modules/AzureVcpkg.cmake +++ b/cmake-modules/AzureVcpkg.cmake @@ -18,7 +18,7 @@ macro(az_vcpkg_integrate) message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.") # GET VCPKG FROM SOURCE # User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch - set(VCPKG_COMMIT_STRING f61a294e765b257926ae9e9d85f96468a0af74e7) # default SDK tested commit + set(VCPKG_COMMIT_STRING 73e9c8e73fbebbfecea912efbda2ec6475134dd1) # default SDK tested commit if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT}) message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.") set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit diff --git a/vcpkg.json b/vcpkg.json index 5910f916db..737d0181a6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "azure-sdk-for-cpp", "version": "1.5.0", - "builtin-baseline": "f61a294e765b257926ae9e9d85f96468a0af74e7", + "builtin-baseline": "73e9c8e73fbebbfecea912efbda2ec6475134dd1", "dependencies": [ { "name": "curl"