blob: 6bf8646fb03f7bf6ed15a8829c342300fe86ee2e [file] [log] [blame]
elseif
------
Starts an elseif portion of an if block.
.. code-block:: cmake
elseif(<condition>)
See the :command:`if` command, especially for the syntax and logic
of the ``<condition>``.