Skip to content

Commit 34b35cb

Browse files
committed
Try another SHA
1 parent df8b4d2 commit 34b35cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake-modules/AzureVcpkg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ macro(az_vcpkg_integrate)
1818
message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.")
1919
# GET VCPKG FROM SOURCE
2020
# User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch
21-
set(VCPKG_COMMIT_STRING 73e9c8e73fbebbfecea912efbda2ec6475134dd1) # default SDK tested commit
21+
set(VCPKG_COMMIT_STRING 561d171d797c2210308128d6ab64f1fe510a35b4) # default SDK tested commit
2222
if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT})
2323
message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.")
2424
set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azure-sdk-for-cpp",
33
"version": "1.5.0",
4-
"builtin-baseline": "73e9c8e73fbebbfecea912efbda2ec6475134dd1",
4+
"builtin-baseline": "561d171d797c2210308128d6ab64f1fe510a35b4",
55
"dependencies": [
66
{
77
"name": "curl"

0 commit comments

Comments
 (0)