vcpkg/docs/maintainers/vcpkg_execute_required_process_repeat.md
Jack·Boos·Yu 2b20b27b0d
[docs] Fix the automatically generated document URL (#16611)
* [document] Fix the automatically generated document URL

* [docs] Format all documents
2021-03-10 11:56:07 -06:00

634 B

vcpkg_execute_required_process_repeat

The latest version of this document lives in the vcpkg repo.

Execute a process until the command succeeds, or until the COUNT is reached.

Usage

vcpkg_execute_required_process_repeat(
    COUNT <num>
    COMMAND <cmd> [<arguments>]
    WORKING_DIRECTORY <directory>
    LOGNAME <name>
)

Source

scripts/cmake/vcpkg_execute_required_process_repeat.cmake