blob: 6bf8646fb03f7bf6ed15a8829c342300fe86ee2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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>``.
|