cmake/Help/command/elseif.rst
2014-08-03 19:52:23 +02:00

11 lines
104 B
ReStructuredText

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