summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-02-22 22:52:11 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-03-10 20:19:38 (GMT)
commit642048ce356304155bf67b85deeacb9d030c3300 (patch)
treeb8316be737be67da0ea71abb83dc9bb6e05d7894 /Help/manual
parent1a8e4c86921e8b018be950924dc54c532134feb5 (diff)
downloadCMake-642048ce356304155bf67b85deeacb9d030c3300.zip
CMake-642048ce356304155bf67b85deeacb9d030c3300.tar.gz
CMake-642048ce356304155bf67b85deeacb9d030c3300.tar.bz2
Help: Move docs of $<0:...> and $<1:...> to output section.
These are not 'logical' expressions. They create output and are often used together with the logical expressions.
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-generator-expressions.7.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst
index d38cf7e..477a132 100644
--- a/Help/manual/cmake-generator-expressions.7.rst
+++ b/Help/manual/cmake-generator-expressions.7.rst
@@ -40,10 +40,6 @@ otherwise expands to nothing.
Available logical expressions are:
-``$<0:...>``
- Empty string (ignores ``...``)
-``$<1:...>``
- Content of ``...``
``$<BOOL:...>``
``1`` if the ``...`` is true, else ``0``
``$<AND:?[,?]...>``
@@ -241,6 +237,10 @@ where ``${prop}`` refers to a helper variable::
Available output expressions are:
+``$<0:...>``
+ Empty string (ignores ``...``)
+``$<1:...>``
+ Content of ``...``
``$<JOIN:list,...>``
Joins the list with the content of ``...``
``$<ANGLE-R>``