summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_build.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-10-20 02:56:17 (GMT)
committerBrad King <brad.king@kitware.com>2022-10-20 15:21:40 (GMT)
commit3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (patch)
tree4b5fe988dca122db6de14ad49e159e8cae9b3061 /Help/command/ctest_build.rst
parent7d710abc87a83d96bb3b0f504338c2110d9afa19 (diff)
downloadCMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.zip
CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.gz
CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.bz2
Help: Add more CLI `:option:` references to various pages
Diffstat (limited to 'Help/command/ctest_build.rst')
-rw-r--r--Help/command/ctest_build.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst
index e05df1a..8c81f2d 100644
--- a/Help/command/ctest_build.rst
+++ b/Help/command/ctest_build.rst
@@ -40,8 +40,8 @@ The options are:
``CONFIGURATION <config>``
Specify the build configuration (e.g. ``Debug``). If not
specified the ``CTEST_BUILD_CONFIGURATION`` variable will be checked.
- Otherwise the ``-C <cfg>`` option given to the :manual:`ctest(1)`
- command will be used, if any.
+ Otherwise the :option:`-C \<cfg\> <ctest -C>` option given to the
+ :manual:`ctest(1)` command will be used, if any.
``PARALLEL_LEVEL <parallel>``
.. versionadded:: 3.21
@@ -54,7 +54,7 @@ The options are:
Pass additional arguments to the underlying build command.
If not specified the ``CTEST_BUILD_FLAGS`` variable will be checked.
This can, e.g., be used to trigger a parallel build using the
- ``-j`` option of make. See the :module:`ProcessorCount` module
+ ``-j`` option of ``make``. See the :module:`ProcessorCount` module
for an example.
``PROJECT_NAME <project-name>``