Your IP : 216.73.216.1


Current Path : /usr/share/cmake/Help/command/
Upload File :
Current File : //usr/share/cmake/Help/command/else.rst

else
----

Starts the else portion of an if block.

.. code-block:: cmake

  else([<condition>])

See the :command:`if` command.