Browse Source
Help: Convenient declaration for `-j, --parallel` option
pull/354/head
Alex Turbov
3 years ago
No known key found for this signature in database
GPG Key ID: 8BEDB7D11F95D5E3
1 changed files with
1 additions and
1 deletions
-
Help/manual/cmake.1.rst
|
|
@ -537,7 +537,7 @@ following options: |
|
|
|
Lists the available build presets. The current working directory must |
|
|
|
contain CMake preset files. |
|
|
|
|
|
|
|
.. option:: --parallel [<jobs>], -j [<jobs>] |
|
|
|
.. option:: -j [<jobs>], --parallel [<jobs>] |
|
|
|
|
|
|
|
The maximum number of concurrent processes to use when building. |
|
|
|
If ``<jobs>`` is omitted the native build tool's default number is used. |
|
|
|