You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO azure/azure-storage-cpp (or any other repository you want to point to)
REF <Commit ID/tag>
SHA512 <SHA512 for the commit you want>
HEAD_REF <The branch/head you needed>
)
Remove azure-storage-cpp and re-install.
Note that step 3 will generate an error message showing the actual SHA512 and mismatch SHA512 you set if you don't want to calculate yourself. Simply replace the wrong one with actual SHA512 and re-run step 3 will succeed.
Changing the portfile of cpprestsdk in <vcpkg_root>\ports\cpprestsdk\ accordingly can make sure that a prefered cpprestsdk version is chosen. The suggested version of cpprestsdk for azure-storage-cpp can be found in the Readme File.