From 3910b2976721f0032b6593dad6ce09b39009922c Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Wed, 16 Jun 2021 01:14:40 +0800 Subject: [vcpkg_download_distfile] Add condition for padding the SHA (#18459) --- docs/examples/packaging-github-repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/packaging-github-repos.md b/docs/examples/packaging-github-repos.md index 4d9f7e11a..3a0e81c2f 100644 --- a/docs/examples/packaging-github-repos.md +++ b/docs/examples/packaging-github-repos.md @@ -27,7 +27,7 @@ vcpkg_from_github( ) ``` -The important parts to update are `REPO` for the GitHub repository path, `REF` for a stable tag/commit to use, and `SHA512` with the checksum of the downloaded zipfile (you can get this easily by setting it to `1`, trying to install the package, and copying the checksum). +The important parts to update are `REPO` for the GitHub repository path, `REF` for a stable tag/commit to use, and `SHA512` with the checksum of the downloaded zipfile (you can get this easily by setting it to `0`, trying to install the package, and copying the checksum). Finally, we configure the project with CMake, install the package, and copy over the license file: -- cgit v1.2.3