[scripts-audit] vcpkg_find_acquire_program (#21173)

This commit is contained in:
nicole mazzuca 2021-11-10 22:13:22 -08:00 committed by GitHub
parent c32ccbb34c
commit 86b23850c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 630 additions and 556 deletions

View File

@ -6,10 +6,10 @@ Download or find a well-known tool.
## Usage ## Usage
```cmake ```cmake
vcpkg_find_acquire_program(<VAR>) vcpkg_find_acquire_program(<program>)
``` ```
## Parameters ## Parameters
### VAR ### program
This variable specifies both the program to be acquired as well as the out parameter that will be set to the path of the program executable. This variable specifies both the program to be acquired as well as the out parameter that will be set to the path of the program executable.
## Notes ## Notes

File diff suppressed because it is too large Load Diff