summaryrefslogtreecommitdiff
path: root/Help/command/set.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-10-21 14:19:16 +0000
committerKitware Robot <kwrobot@kitware.com>2022-10-21 10:19:53 -0400
commit63d28469cdfa24848f8374a9f77da92360b90898 (patch)
tree8cf888d996c2b4f81502a99c5ec3c212c2e6289c /Help/command/set.rst
parentfbea7d4181e284a057cf6e4ab4ed9bbd01b021bd (diff)
parent3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (diff)
downloadcmake-63d28469cdfa24848f8374a9f77da92360b90898.tar.gz
Merge topic 'doc-cli-xrefs' into release-3.25
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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set.rst b/Help/command/set.rst
index 5e05d9b5d7..90b57d23f0 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,