aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/vcpkg_from_github.md
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-12-03 13:24:26 -0800
committerGitHub <noreply@github.com>2020-12-03 13:24:26 -0800
commitef0c3036fcb540957c381b2a8d21448062ac23ae (patch)
tree9e4a8965788d0b81085408f913342aed135f7631 /docs/maintainers/vcpkg_from_github.md
parenta2135fd97e834e83a705b1cff0d91a0e45a0fb00 (diff)
downloadvcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.tar.gz
vcpkg-ef0c3036fcb540957c381b2a8d21448062ac23ae.zip
[vcpkg baseline][vtk-m] fix the sha512 (#14884)
* [vtk-m] fix the sha512 * Bump version * add FILE_DISAMBIGUATOR to vcpkg_from_gitlab * actually use the file disambiguator * regenerate docs * [moos-core] Add DISABLE_PARALLEL_CONFIGURE Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'docs/maintainers/vcpkg_from_github.md')
-rw-r--r--docs/maintainers/vcpkg_from_github.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_from_github.md b/docs/maintainers/vcpkg_from_github.md
index 64ff2b195..ded5dfb0d 100644
--- a/docs/maintainers/vcpkg_from_github.md
+++ b/docs/maintainers/vcpkg_from_github.md
@@ -13,6 +13,7 @@ vcpkg_from_github(
[PATCHES <patch1.patch> <patch2.patch>...]
[GITHUB_HOST <https://github.com>]
[AUTHORIZATION_TOKEN <${SECRET_FROM_FILE}>]
+ [FILE_DISAMBIGUATOR <N>]
)
```