mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Merge topic 'doc-ctest-multi-built-target'
ce58311b31 Help: --build-target can be repeated in ctest --build-and-test mode
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7555
This commit is contained in:
@@ -597,9 +597,12 @@ this mode include:
|
||||
|
||||
.. option:: --build-target
|
||||
|
||||
Specify a specific target to build.
|
||||
Specify a specific target to build. The option can be given multiple times
|
||||
with different targets, in which case each target is built in turn.
|
||||
A clean will be done before building each target unless the
|
||||
:option:`--build-noclean` option is given.
|
||||
|
||||
If left out the ``all`` target is built.
|
||||
If no ``--build-target`` is specified, the ``all`` target is built.
|
||||
|
||||
.. option:: --build-nocmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user