summaryrefslogtreecommitdiffstats
path: root/Help/manual/ctest.1.rst
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-08-10 06:40:00 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-08-10 06:40:00 (GMT)
commitce58311b31a3d9a1f76fb55a5e65b875be6d4c96 (patch)
tree3a685429504a6b48ccfed3e911613dd97608bbc2 /Help/manual/ctest.1.rst
parentf7a13beaa4e7ef262004e37997ffc5d856fc26f2 (diff)
downloadCMake-ce58311b31a3d9a1f76fb55a5e65b875be6d4c96.zip
CMake-ce58311b31a3d9a1f76fb55a5e65b875be6d4c96.tar.gz
CMake-ce58311b31a3d9a1f76fb55a5e65b875be6d4c96.tar.bz2
Help: --build-target can be repeated in ctest --build-and-test mode
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r--Help/manual/ctest.1.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index c85982c..713a98d 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -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