diff options
| author | Charlie Barto <chbarto@microsoft.com> | 2019-05-31 02:50:05 -0700 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-05-31 02:50:05 -0700 |
| commit | 7340d6ac556a8f9084ea0bba255f5e35272ee462 (patch) | |
| tree | 863b5043fc7a74ed5e9c085febaa3f6829a24116 /scripts | |
| parent | 69d360520460fe6f58b59adc709d526f9a9be248 (diff) | |
| download | vcpkg-7340d6ac556a8f9084ea0bba255f5e35272ee462.tar.gz vcpkg-7340d6ac556a8f9084ea0bba255f5e35272ee462.zip | |
make meson not download things (#6667)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_configure_meson.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_configure_meson.cmake b/scripts/cmake/vcpkg_configure_meson.cmake index 3c6903c9d..f1ae0e65f 100644 --- a/scripts/cmake/vcpkg_configure_meson.cmake +++ b/scripts/cmake/vcpkg_configure_meson.cmake @@ -26,7 +26,7 @@ function(vcpkg_configure_meson) set(MESON_RELEASE_LDFLAGS "${MESON_RELEASE_LDFLAGS} /INCREMENTAL:NO /OPT:REF /OPT:ICF") # select meson cmd-line options - list(APPEND _vcm_OPTIONS --buildtype plain --backend ninja) + list(APPEND _vcm_OPTIONS --buildtype plain --backend ninja --wrap-mode nodownload) if(VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) list(APPEND _vcm_OPTIONS --default-library shared) else() |
