cmake/Help/command/else.rst
2015-11-17 17:22:37 +01:00

11 lines
107 B
ReStructuredText

else
----
Starts the else portion of an if block.
::
else(expression)
See the :command:`if` command.