mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user