Merge topic 'patch-else'

9f2efc3270 Remove optional arguments from else() and end*() commands

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Alex Turbov <i.zaufi@gmail.com>
Merge-request: !10243
This commit is contained in:
Brad King
2025-01-29 16:35:18 +00:00
committed by Kitware Robot
18 changed files with 41 additions and 38 deletions
+3
View File
@@ -8,3 +8,6 @@ Starts the else portion of an if block.
else([<condition>])
See the :command:`if` command.
The optional ``<condition>`` argument is supported for backward compatibility
only and is not evaluated.