diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 011631c1bd..8f4c4fc045 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -88,8 +88,6 @@ String Comparisons ``$`` ``1`` if ``string`` is member of the semicolon-separated ``list``, else ``0``. Uses case-sensitive comparisons. -``$`` - Removes duplicated items in the given ``list``. ``$`` ``1`` if ``v1`` is a version less than ``v2``, else ``0``. ``$`` @@ -293,6 +291,8 @@ String Transformations ``$`` Joins the list with the content of ``string``. +``$`` + Removes duplicated items in the given ``list``. ``$`` Content of ``string`` converted to lower case. ``$``