File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 345ac44ab8d6a16239d3af55df9608bf725e7a48 ) # default SDK tested commit
21+ set (VCPKG_COMMIT_STRING 9854d1d92200d81dde189e53b64c9ba6a305dc9f ) # 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
Original file line number Diff line number Diff line change 11{
22 "name" : " azure-sdk-for-cpp" ,
33 "version" : " 1.5.0" ,
4- "builtin-baseline" : " 345ac44ab8d6a16239d3af55df9608bf725e7a48 " ,
4+ "builtin-baseline" : " 9854d1d92200d81dde189e53b64c9ba6a305dc9f " ,
55 "dependencies" : [
66 {
77 "name" : " curl"
You can’t perform that action at this time.
0 commit comments