cmake/Help/command/else.rst
2019-11-11 23:01:05 +01:00

11 lines
129 B
ReStructuredText

else
----
Starts the else portion of an if block.
.. code-block:: cmake
else([<condition>])
See the :command:`if` command.