cmake/Help/command/elseif.rst

11 lines
115 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
elseif
------
Starts the elseif portion of an if block.
::
elseif(expression)
2015-11-17 17:22:37 +01:00
See the :command:`if` command.