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 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
Original file line number Diff line number Diff line change 1- tag/2023.11.20
1+ 9854d1d92200d81dde189e53b64c9ba6a305dc9f
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" : " 43cf47eccfbe27006cf9534a5db809798f8c37fe " ,
4+ "builtin-baseline" : " 9854d1d92200d81dde189e53b64c9ba6a305dc9f " ,
55 "dependencies" : [
66 {
77 "name" : " curl"
You can’t perform that action at this time.
0 commit comments