Replies: 1 comment
-
|
@LilyWangLL I'd label this with a feature request label or something. I don't think I have any questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Vcpkg maintainers!
Here is my proposal on vcpkg.exe automate download. This would be great from the UX perspective when using vcpkg in manifest mode + cmake.
While further I'll use bugs terminology, I believe this is not a bug but rather a feature request.
Steps to reproduce the issue:
Expected behavior:
Re-downloads vcpkg.exe smoothly and proceeds to successful CMake generation.
Actiual behavior:
Suggested implementation:
In scripts\buildsystems\vcpkg.cmake:
Add SHA512 sum check for vcpkg.exe.
SHA512 will be in the vcpkg repo as a text file, getting updated on each vcpkg tool update.
there should be an option to disable the check to keep vcpkg-tool development enabled
Context:
Beta Was this translation helpful? Give feedback.
All reactions