diff options
| author | Qingnan Duan <duanqn_own_1@yeah.net> | 2021-04-29 09:03:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 18:03:43 -0700 |
| commit | 52208300892e54ae1ec918d880580d8a0ad0a9da (patch) | |
| tree | 521d00872606d8f7e014c86ae1ab3190ba752514 /scripts | |
| parent | 7f1708740708b7fd912af5c0ade23a3b48712ce1 (diff) | |
| download | vcpkg-52208300892e54ae1ec918d880580d8a0ad0a9da.tar.gz vcpkg-52208300892e54ae1ec918d880580d8a0ad0a9da.zip | |
Remove a ')' character in the documentation (#16515)
* Remove extra )
* fix doc
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_execute_build_process.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_execute_build_process.cmake b/scripts/cmake/vcpkg_execute_build_process.cmake index 758a1e6fb..52c03e445 100644 --- a/scripts/cmake/vcpkg_execute_build_process.cmake +++ b/scripts/cmake/vcpkg_execute_build_process.cmake @@ -9,7 +9,7 @@ vcpkg_execute_build_process( COMMAND <cmd> [<args>...] [NO_PARALLEL_COMMAND <cmd> [<args>...]] WORKING_DIRECTORY </path/to/dir> - LOGNAME <log_name>) + LOGNAME <log_name> ) ``` ## Parameters |
