| Current Path : /usr/local/doc/cmake/html/_sources/command/ |
| Current File : //usr/local/doc/cmake/html/_sources/command/else.rst.txt |
else ---- Starts the else portion of an if block. .. code-block:: cmake else([<condition>]) See the :command:`if` command.