summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-21 13:03:48 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-21 13:03:48 (GMT)
commitf3e4e3ecde21e790c6428f553f81e4d544f4e73b (patch)
tree359ec5676362975b8f408655bdb79754c0f2768d /Help/manual
parente604bb1be9358f72b479b1710a3251b0cecca13c (diff)
parentb0ea36730847695c5e9579de92e7dd4272cfc27a (diff)
downloadCMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.zip
CMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.tar.gz
CMake-f3e4e3ecde21e790c6428f553f81e4d544f4e73b.tar.bz2
Merge topic 'doc-cache-option-space'
b0ea3673 Help: Spell '-D' option consistently across documentation (#15575)
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/OPTIONS_BUILD.txt3
-rw-r--r--Help/manual/cmake.1.rst2
2 files changed, 4 insertions, 1 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt
index e4c5873..4207db4 100644
--- a/Help/manual/OPTIONS_BUILD.txt
+++ b/Help/manual/OPTIONS_BUILD.txt
@@ -27,6 +27,9 @@
command in the project sets the type to ``PATH`` or ``FILEPATH``
then the ``<value>`` will be converted to an absolute path.
+ This option may also be given as a single argument:
+ ``-D<var>:<type>=<value>`` or ``-D<var>=<value>``.
+
``-U <globbing_expr>``
Remove matching entries from CMake cache.
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index b2f7e9d..4bd5a5e 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -9,7 +9,7 @@ Synopsis
.. parsed-literal::
cmake [<options>] (<path-to-source> | <path-to-existing-build>)
- cmake [(-D<var>=<value>)...] -P <cmake-script-file>
+ cmake [(-D <var>=<value>)...] -P <cmake-script-file>
cmake --build <dir> [<options>] [-- <build-tool-options>...]
cmake -E <command> [<options>...]
cmake --find-package <options>...