mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
Merge topic 'no-smiley'
24fa04018c Help: Spell out ";-list" as "semicolon-separated list"
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2528
This commit is contained in:
@@ -96,7 +96,7 @@ If ``NO_DEFAULT_PATH`` is not specified, the search process is as follows:
|
||||
|
||||
2. Search paths specified in cmake-specific cache variables.
|
||||
These are intended to be used on the command line with a ``-DVAR=value``.
|
||||
The values are interpreted as :ref:`;-lists <CMake Language Lists>`.
|
||||
The values are interpreted as :ref:`semicolon-separated lists <CMake Language Lists>`.
|
||||
This can be skipped if ``NO_CMAKE_PATH`` is passed.
|
||||
|
||||
* |CMAKE_PREFIX_PATH_XXX|
|
||||
|
||||
@@ -56,7 +56,7 @@ Options:
|
||||
|
||||
``RESULTS_VARIABLE <variable>``
|
||||
The variable will be set to contain the result of all processes as a
|
||||
:ref:`;-list <CMake Language Lists>`, in order of the given ``COMMAND``
|
||||
:ref:`semicolon-separated list <CMake Language Lists>`, in order of the given ``COMMAND``
|
||||
arguments. Each entry will be an integer return code from the
|
||||
corresponding child or a string describing an error condition.
|
||||
|
||||
|
||||
@@ -291,7 +291,7 @@ enabled.
|
||||
|
||||
2. Search paths specified in cmake-specific cache variables. These
|
||||
are intended to be used on the command line with a ``-DVAR=value``.
|
||||
The values are interpreted as :ref:`;-lists <CMake Language Lists>`.
|
||||
The values are interpreted as :ref:`semicolon-separated lists <CMake Language Lists>`.
|
||||
This can be skipped if ``NO_CMAKE_PATH`` is passed::
|
||||
|
||||
CMAKE_PREFIX_PATH
|
||||
|
||||
@@ -8,7 +8,7 @@ and cache entries.
|
||||
|
||||
Signatures of this command that specify a ``<value>...`` placeholder
|
||||
expect zero or more arguments. Multiple arguments will be joined as
|
||||
a :ref:`;-list <CMake Language Lists>` to form the actual variable
|
||||
a :ref:`semicolon-separated list <CMake Language Lists>` to form the actual variable
|
||||
value to be set. Zero arguments will cause normal variables to be
|
||||
unset. See the :command:`unset` command to unset variables explicitly.
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ Each ``<item>`` may be:
|
||||
|
||||
* **A generator expression**: A ``$<...>`` :manual:`generator expression
|
||||
<cmake-generator-expressions(7)>` may evaluate to any of the above
|
||||
items or to a :ref:`;-list <CMake Language Lists>` of them.
|
||||
items or to a :ref:`semicolon-separated list <CMake Language Lists>` of them.
|
||||
If the ``...`` contains any ``;`` characters, e.g. after evaluation
|
||||
of a ``${list}`` variable, be sure to use an explicitly quoted
|
||||
argument ``"$<...>"`` so that this command receives it as a
|
||||
|
||||
Reference in New Issue
Block a user