diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-08-28 11:47:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-28 11:47:17 -0700 |
| commit | 65d4bc146bf7c1c21989b680497b1f6f9a09c967 (patch) | |
| tree | 31e564677ff7ae3f065c3bd3d7448ba959edb524 /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | fc135e20eae801bcd6a20ddb8fba677f61dba5a5 (diff) | |
| download | vcpkg-65d4bc146bf7c1c21989b680497b1f6f9a09c967.tar.gz vcpkg-65d4bc146bf7c1c21989b680497b1f6f9a09c967.zip | |
[vcpkg install] Enable Download Mode (#7797)
* [portfile functions] Override execute_process() to accept ALLOW_IN_DOWNLOAD_MODE option
* [vcpkg install] Set VCPKG_DOWNLOAD_MODE when using --only-downloads option
* [vcpkg_find_acquire_program] Allow in Download Mode
* Don't stop when build fails for a package
* Download sources for all packages in dependency graph
* Improve output messages
* Enable acquiring MSYS packages in download mode
* Documentation
* Update documentation
* execute_process() always fails on Download Mode
* Regenerate docs and fix formatting
* Run clang-format
* Use _execute_process on vcpkg_from_<source> helpers
Diffstat (limited to 'scripts/cmake/vcpkg_common_functions.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_common_functions.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cmake/vcpkg_common_functions.cmake b/scripts/cmake/vcpkg_common_functions.cmake index e9e52bad8..5f4155e9d 100644 --- a/scripts/cmake/vcpkg_common_functions.cmake +++ b/scripts/cmake/vcpkg_common_functions.cmake @@ -1,3 +1,4 @@ +include(execute_process) include(vcpkg_acquire_msys) include(vcpkg_add_to_path) include(vcpkg_check_features) |
