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

11 lines
115 B
ReStructuredText

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