summaryrefslogtreecommitdiff
path: root/share/cmake-3.10/Help/command/elseif.rst
blob: 9a8dfed1da4e90cc5a5a22de220d4ce67c606415 (plain)
1
2
3
4
5
6
7
8
9
10
elseif
------

Starts the elseif portion of an if block.

::

  elseif(expression)

See the :command:`if` command.