1else 2---- 3 4Starts the else portion of an if block. 5 6.. code-block:: cmake 7 8 else([<condition>]) 9 10See the :command:`if` command. 11