diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2018-11-04 18:54:20 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2018-11-06 11:55:24 (GMT) |
commit | e045fb202ddf9100965ac418f4aa22e65256dd8d (patch) | |
tree | 9800c2b76adac3ffc10d2b459c697366a265825a /Help | |
parent | 3fa0a03b7e4094bef1b66e48ed437e1c0b41c49a (diff) | |
download | CMake-e045fb202ddf9100965ac418f4aa22e65256dd8d.zip CMake-e045fb202ddf9100965ac418f4aa22e65256dd8d.tar.gz CMake-e045fb202ddf9100965ac418f4aa22e65256dd8d.tar.bz2 |
Help: Terminate explanations with a dot.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-generator-expressions.7.rst | 8 |
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 27bf7d1..bf11b05 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -58,7 +58,7 @@ Logical Operators Otherwise evaluates to ``0``. ``$<NOT:condition>`` - ``0`` if ``condition`` is ``1``, else ``1`` + ``0`` if ``condition`` is ``1``, else ``1``. String Comparisons ------------------ @@ -67,7 +67,7 @@ String Comparisons ``1`` if ``string1`` and ``string2`` are equal, else ``0``. The comparison is case-sensitive. ``$<EQUAL:value1,value2>`` - ``1`` if ``value1`` and ``value2`` are numerically equal, else ``0`` + ``1`` if ``value1`` and ``value2`` are numerically equal, else ``0``. ``$<IN_LIST:string,list>`` ``1`` if ``string`` is member of the comma-separated ``list``, else ``0``. Uses case-sensitive comparisons. @@ -258,7 +258,7 @@ String Operations ----------------- ``$<JOIN:list,string>`` - Joins the list with the content of ``string`` + Joins the list with the content of ``string``. ``$<LOWER_CASE:string>`` Content of ``string`` converted to lower case. ``$<UPPER_CASE:string>`` @@ -308,7 +308,7 @@ Variable Queries ---------------- ``$<CONFIG>`` - Configuration name + Configuration name. ``$<CONFIGURATION>`` Configuration name. Deprecated since CMake 3.0. Use ``CONFIG`` instead. ``$<PLATFORM_ID>`` |