aboutsummaryrefslogtreecommitdiff
path: root/scripts/cmake/vcpkg_from_github.cmake
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 /scripts/cmake/vcpkg_from_github.cmake
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 'scripts/cmake/vcpkg_from_github.cmake')
-rw-r--r--scripts/cmake/vcpkg_from_github.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_from_github.cmake b/scripts/cmake/vcpkg_from_github.cmake
index f52538c8e..1c1b71679 100644
--- a/scripts/cmake/vcpkg_from_github.cmake
+++ b/scripts/cmake/vcpkg_from_github.cmake
@@ -14,6 +14,7 @@ vcpkg_from_github(
[PATCHES <patch1.patch> <patch2.patch>...]
[GITHUB_HOST <https://github.com>]
[AUTHORIZATION_TOKEN <${SECRET_FROM_FILE}>]
+ [FILE_DISAMBIGUATOR <N>]
)
```