mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'clarify-BOOL-genex-eval'
cd888f1133 Help: drop confusing reference to `if()` from `$<BOOL:>`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3969
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user