Back to Cmake

else

Help/command/else.rst

4.3.2234 B
Original Source

else

Starts the else portion of an if block.

.. code-block:: cmake

else([<condition>])

See the :command:if command.

The optional <condition> argument is supported for backward compatibility only and is not evaluated.