mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 17:02:48 +08:00
[scripts-audit] vcpkg_find_acquire_program (#21173)
This commit is contained in:
parent
c32ccbb34c
commit
86b23850c3
@ -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
Loading…
Reference in New Issue
Block a user