mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'doc-cache-option-space'
b0ea3673 Help: Spell '-D' option consistently across documentation (#15575)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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>...
|
||||
|
||||
Reference in New Issue
Block a user