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.