Skip to content

Commit

Permalink
Update vcpkg SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
antkmsft committed Jul 9, 2024
1 parent bc547c4 commit df8b4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake-modules/AzureVcpkg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "azure-sdk-for-cpp",
"version": "1.5.0",
"builtin-baseline": "f61a294e765b257926ae9e9d85f96468a0af74e7",
"builtin-baseline": "73e9c8e73fbebbfecea912efbda2ec6475134dd1",
"dependencies": [
{
"name": "curl"
Expand Down

0 comments on commit df8b4d2

Please sign in to comment.