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

Starts the elseif portion of an if block.

::

  elseif(expression)

See the if command.