summaryrefslogtreecommitdiff
path: root/Help/command/set.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-10-20 06:56:17 +0400
committerBrad King <brad.king@kitware.com>2022-10-20 11:21:40 -0400
commit3043c17039b8aa14c1a3ffdaef70ab4010c1be20 (patch)
tree4b5fe988dca122db6de14ad49e159e8cae9b3061 /Help/command/set.rst
parent7d710abc87a83d96bb3b0f504338c2110d9afa19 (diff)
downloadcmake-3043c17039b8aa14c1a3ffdaef70ab4010c1be20.tar.gz
Help: Add more CLI `:option:` references to various pages
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,