Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/maintainers/vcpkg_find_acquire_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Download or find a well-known tool.

## Usage
```cmake
vcpkg_find_acquire_program(<VAR>)
vcpkg_find_acquire_program(<program>)
```
## 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.

## Notes
Expand Down
Loading