Skip to content

Commit 6630cb4

Browse files
authored
Update vcpkg commit SHA to match the C++ repo (#2744)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 00924fa commit 6630cb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake-modules/AzureVcpkg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ macro(az_vcpkg_integrate)
1616
message("AZURE_SDK_DISABLE_AUTO_VCPKG is not defined. Fetch a local copy of vcpkg.")
1717
# GET VCPKG FROM SOURCE
1818
# User can set env var AZURE_SDK_VCPKG_COMMIT to pick the VCPKG commit to fetch
19-
set(VCPKG_COMMIT_STRING 43cf47eccfbe27006cf9534a5db809798f8c37fe) # default SDK tested commit
19+
set(VCPKG_COMMIT_STRING 9854d1d92200d81dde189e53b64c9ba6a305dc9f) # default SDK tested commit
2020
if(DEFINED ENV{AZURE_SDK_VCPKG_COMMIT})
2121
message("AZURE_SDK_VCPKG_COMMIT is defined. Using that instead of the default.")
2222
set(VCPKG_COMMIT_STRING "$ENV{AZURE_SDK_VCPKG_COMMIT}") # default SDK tested commit

eng/vcpkg-commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tag/2023.11.20
1+
9854d1d92200d81dde189e53b64c9ba6a305dc9f

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-c",
33
"version": "1.0.0",
4-
"builtin-baseline": "43cf47eccfbe27006cf9534a5db809798f8c37fe",
4+
"builtin-baseline": "9854d1d92200d81dde189e53b64c9ba6a305dc9f",
55
"dependencies": [
66
{
77
"name": "curl"

0 commit comments

Comments
 (0)