mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 11:37:50 +08:00
a3a6530631
* [vcpkg_check_features] Set OUT_EXPAND_OPTIONS explicitly * [vcpkg_check_features] Allow reverse logic for features * [vcpkg_check_features] Document new parameters * [vcpkg_check_features] Remove unnecessary logging * Do not create variables for each feature only set OUT_FEATURE_OPTIONS * Improve documentation * Update ports that use vcpkg_check_features() * Missing documentation updates * [pcl] Fix tools feature * [opencv,opencv4] Fix usage of vcpkg_check_features() * [opencv4] Fix typo
18 lines
462 B
Markdown
18 lines
462 B
Markdown
# vcpkg_prettify_command
|
|
|
|
Turns list of command arguments into a formatted string.
|
|
|
|
## Usage
|
|
```cmake
|
|
vcpkg_prettify_command()
|
|
```
|
|
|
|
## Examples
|
|
|
|
* `scripts/cmake/vcpkg_execute_build_process.cmake`
|
|
* `scripts/cmake/vcpkg_execute_required_process.cmake`
|
|
* `scripts/cmake/vcpkg_execute_required_process_repeat.cmake`
|
|
|
|
## Source
|
|
[scripts/cmake/vcpkg_prettify_command.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_prettify_command.cmake)
|