Merge topic 'doc-list-xref'

60b393096f Help: Link to cmake-language(7) list docs from list() command docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8597
This commit is contained in:
Brad King
2023-06-29 13:54:01 +00:00
committed by Kitware Robot

View File

@@ -1,7 +1,7 @@
list
----
List operations.
Operations on :ref:`semicolon-separated lists <CMake Language Lists>`.
Synopsis
^^^^^^^^
@@ -56,6 +56,10 @@ propagation.
(Note that macro arguments are not variables, and therefore cannot be used
in ``LIST`` commands.)
Individual elements may not contain an unequal number of ``[`` and ``]``
characters, and may not end in a backslash (``\``).
See :ref:`semicolon-separated lists <CMake Language Lists>` for details.
.. note::
When specifying index values, if ``<element index>`` is 0 or greater, it