gbe_fork/cmake/share/cmake-3.27/Help/command/else.rst

11 lines
139 B
ReStructuredText
Raw Normal View History

2023-12-17 02:31:59 +08:00
else
----
Starts the else portion of an if block.
.. code-block:: cmake
else([<condition>])
See the :command:`if` command.