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

Starts the else portion of an if block.

.. code-block:: cmake

  else([<condition>])

See the :command:`if` command.