CMake/Help/command/else.rst

11 lines
107 B
ReStructuredText

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