Help: Fix description in cmake-generator-expressions(7) manual

This commit is contained in:
Sebastian Lipponer
2019-04-01 21:45:21 +02:00
parent 36611418ab
commit 11338389e5

View File

@@ -86,7 +86,7 @@ String Comparisons
``$<EQUAL:value1,value2>``
``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``.
``1`` if ``string`` is member of the semicolon-separated ``list``, else ``0``.
Uses case-sensitive comparisons.
``$<VERSION_LESS:v1,v2>``
``1`` if ``v1`` is a version less than ``v2``, else ``0``.