Skip to content

Commit a40df40

Browse files
authored
Update vcpkg baseline (#3139)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent f451b81 commit a40df40

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 5312e9f976e89b256954f571433e34f783dd2d12) # default SDK tested commit
19+
set(VCPKG_COMMIT_STRING 2c7705e70dcfb70e5f726459c3e399bd780bc1fc) # 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-
5312e9f976e89b256954f571433e34f783dd2d12
1+
2c7705e70dcfb70e5f726459c3e399bd780bc1fc

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": "5312e9f976e89b256954f571433e34f783dd2d12",
4+
"builtin-baseline": "2c7705e70dcfb70e5f726459c3e399bd780bc1fc",
55
"dependencies": [
66
{
77
"name": "curl"

0 commit comments

Comments
 (0)