From 60b393096f4ee6c07e44b9886d309103ed0da509 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 28 Jun 2023 07:51:37 -0400 Subject: Help: Link to cmake-language(7) list docs from list() command docs Fixes: #25036 --- Help/command/list.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Help/command/list.rst b/Help/command/list.rst index 0c7a562..47d96a7 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -1,7 +1,7 @@ list ---- -List operations. +Operations on :ref:`semicolon-separated 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 ` for details. + .. note:: When specifying index values, if ```` is 0 or greater, it -- cgit v0.12