aboutsummaryrefslogtreecommitdiff
path: root/docs/maintainers/execute_process.md
blob: 688ec84646c72e1612088b6b0a1703eb2d8d9c95 (plain)
1
2
3
4
5
6
7
8
9
10
11
# execute_process

The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/execute_process.md).

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.

## Source
[scripts/cmake/execute\_process.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/execute_process.cmake)