diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 09:45:23 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 15:34:45 (GMT) |
commit | 04843d743e08beeb257f6ce781633b2a9647ab07 (patch) | |
tree | 46607d1f086a823e01f540d40ed27f2ee8891b87 /Help/variable/CMAKE_MAKE_PROGRAM.rst | |
parent | 09446266ee701513315b483d8a0169a51b69e783 (diff) | |
download | CMake-04843d743e08beeb257f6ce781633b2a9647ab07.zip CMake-04843d743e08beeb257f6ce781633b2a9647ab07.tar.gz CMake-04843d743e08beeb257f6ce781633b2a9647ab07.tar.bz2 |
Help: Replace a bunch of more ``--option`` to `:option:` role
Diffstat (limited to 'Help/variable/CMAKE_MAKE_PROGRAM.rst')
-rw-r--r-- | Help/variable/CMAKE_MAKE_PROGRAM.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_MAKE_PROGRAM.rst b/Help/variable/CMAKE_MAKE_PROGRAM.rst index a3c8b7c..9769c7a 100644 --- a/Help/variable/CMAKE_MAKE_PROGRAM.rst +++ b/Help/variable/CMAKE_MAKE_PROGRAM.rst @@ -59,6 +59,6 @@ to configure the project: variable, changing the value has undefined behavior. The ``CMAKE_MAKE_PROGRAM`` variable is set for use by project code. -The value is also used by the :manual:`cmake(1)` ``--build`` and -:manual:`ctest(1)` ``--build-and-test`` tools to launch the native +The value is also used by the :option:`cmake --build` and +:option:`ctest --build-and-test` tools to launch the native build process. |