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

Starts the else portion of an if block.

::

  else(expression)

See the if command.