diff options
author | Brad King <brad.king@kitware.com> | 2022-10-21 14:19:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-21 14:19:54 (GMT) |
commit | a0523f81d1c0def0b81742ecc8bb08980f2d093b (patch) | |
tree | ea3b60369e6198106bdd66dd0e743eba5030a4eb /Help/command/set.rst | |
parent | 6b878f7e83815937dfa67ea4008d69eedcc79483 (diff) | |
parent | 3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (diff) | |
download | CMake-a0523f81d1c0def0b81742ecc8bb08980f2d093b.zip CMake-a0523f81d1c0def0b81742ecc8bb08980f2d093b.tar.gz CMake-a0523f81d1c0def0b81742ecc8bb08980f2d093b.tar.bz2 |
Merge topic 'doc-cli-xrefs'
3043c17039 Help: Add more CLI `:option:` references to various pages
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7811
Diffstat (limited to 'Help/command/set.rst')
-rw-r--r-- | Help/command/set.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set.rst b/Help/command/set.rst index 5e05d9b..90b57d2 100644 --- a/Help/command/set.rst +++ b/Help/command/set.rst @@ -83,7 +83,7 @@ option is given then the cache entry will be set to the given value. It is possible for the cache entry to exist prior to the call but have no type set if it was created on the :manual:`cmake(1)` command -line by a user through the ``-D<var>=<value>`` option without +line by a user through the :option:`-D\<var\>=\<value\> <cmake -D>` option without specifying a type. In this case the ``set`` command will add the type. Furthermore, if the ``<type>`` is ``PATH`` or ``FILEPATH`` and the ``<value>`` provided on the command line is a relative path, |