Browse Source

Merge branch 'clarify-BOOL-genex-eval' into release-3.16

Merge-request: !3969
Brad King 6 years ago
parent
commit
91c26b3d38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Help/manual/cmake-generator-expressions.7.rst

+ 2 - 2
Help/manual/cmake-generator-expressions.7.rst

@@ -47,8 +47,8 @@ Logical Operators
 -----------------
 
 ``$<BOOL:string>``
-  Converts ``string`` to ``0`` or ``1`` according to the rules of the
-  :command:`if()` command.  Evaluates to ``0`` if any of the following is true:
+  Converts ``string`` to ``0`` or ``1``. Evaluates to ``0`` if any of the
+  following is true:
 
   * ``string`` is empty,
   * ``string`` is a case-insensitive equal of