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
Is your feature request related to a problem? Please describe.
Currently when vcpkg checks out sources from GitHub, LIBCURL_VERSION has suffix "-DEV" and LIBCURL_TIMESTAMP is "[undefined]"
Sources archives provided in GitHub Releases are produced using maketgz script which sets correct version and timestamp.
Proposed solution
Use sources from GitHub Releases instead of checking out a git repository.