mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
498 B
498 B
execute_process
The latest version of this document lives in the vcpkg repo.
Intercepts all calls to execute_process() inside portfiles and fails when Download Mode is enabled.
In order to execute a process in Download Mode call vcpkg_execute_in_download_mode()
instead.