diff options
author | Brad King <brad.king@kitware.com> | 2019-05-03 15:45:22 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-03 15:45:32 (GMT) |
commit | 9713154cf609691dfe9b8484c16cc034ea52d799 (patch) | |
tree | b764e9b384727019d418b4263c6c068905710b42 /Help | |
parent | cd285b749615c64e72ddadda0ba014c91829529c (diff) | |
parent | 6ad699358b6b421da6c49cf540b30eb8b0a3a996 (diff) | |
download | CMake-9713154cf609691dfe9b8484c16cc034ea52d799.zip CMake-9713154cf609691dfe9b8484c16cc034ea52d799.tar.gz CMake-9713154cf609691dfe9b8484c16cc034ea52d799.tar.bz2 |
Merge topic 'jobs-positive-value'
6ad699358b cmake: --build -j <jobs> should not accept 0.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3255
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 3e1680c..df0d4c5 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -286,6 +286,9 @@ following options: The :envvar:`CMAKE_BUILD_PARALLEL_LEVEL` environment variable, if set, specifies a default parallel level when this option is not given. + Some native build tools always build in parallel. The use of ``<jobs>`` + value of ``1`` can be used to limit to a single job. + ``--target <tgt>..., -t <tgt>...`` Build ``<tgt>`` instead of default targets. May be specified multiple times. |