diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-10-20 02:56:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-10-20 15:21:40 (GMT) |
commit | 3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (patch) | |
tree | 4b5fe988dca122db6de14ad49e159e8cae9b3061 /Help/command/build_command.rst | |
parent | 7d710abc87a83d96bb3b0f504338c2110d9afa19 (diff) | |
download | CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.zip CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.gz CMake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.bz2 |
Help: Add more CLI `:option:` references to various pages
Diffstat (limited to 'Help/command/build_command.rst')
-rw-r--r-- | Help/command/build_command.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/command/build_command.rst b/Help/command/build_command.rst index a03979d..3d86a2e 100644 --- a/Help/command/build_command.rst +++ b/Help/command/build_command.rst @@ -24,12 +24,12 @@ options, if any. The trailing ``-- -i`` option is added for :ref:`Makefile Generators` if policy :policy:`CMP0061` is not set to ``NEW``. -When invoked, this ``cmake --build`` command line will launch the +When invoked, this :option:`cmake --build` command line will launch the underlying build system tool. .. versionadded:: 3.21 - The ``PARALLEL_LEVEL`` argument can be used to set the ``--parallel`` - flag. + The ``PARALLEL_LEVEL`` argument can be used to set the + :option:`--parallel <cmake--build --parallel>` flag. .. code-block:: cmake @@ -39,7 +39,7 @@ This second signature is deprecated, but still available for backwards compatibility. Use the first signature instead. It sets the given ``<cachevariable>`` to a command-line string as -above but without the ``--target`` option. +above but without the :option:`--target <cmake--build --target>` option. The ``<makecommand>`` is ignored but should be the full path to devenv, nmake, make or one of the end user build tools for legacy invocations. |