Merge topic 'docs-empty-if'

2bc862bc76 Help: Document if() behavior with empty condition

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !12108
This commit is contained in:
Brad King
2026-05-27 15:42:19 +00:00
committed by Kitware Robot

View File

@@ -93,6 +93,11 @@ Basic Expressions
to ``NEW`` and the string's value happens to be a variable name that
is affected by :policy:`CMP0054`'s behavior.
.. signature:: if()
:target: empty
False if no argument is provided.
Logic Operators
"""""""""""""""