File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 5312e9f976e89b256954f571433e34f783dd2d12
1+ 2c7705e70dcfb70e5f726459c3e399bd780bc1fc
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments