diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-08-28 13:49:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-28 13:49:29 -0700 |
| commit | f5c732b40d43f062278f247036b773477823813b (patch) | |
| tree | 5c034cd060ee0e1b32d3453e3cb8812d3f58b285 /scripts/cmake/vcpkg_common_functions.cmake | |
| parent | 2d60eea04554e783b0055a930dd9ca039a975fb7 (diff) | |
| download | vcpkg-f5c732b40d43f062278f247036b773477823813b.tar.gz vcpkg-f5c732b40d43f062278f247036b773477823813b.zip | |
Download Mode (#7950)
* [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
* Fix calls to _execute_process() when not in Download Mode
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) |
