12 lines
194 B
ReStructuredText
Raw Normal View History

2023-10-31 23:11:15 +01:00
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>``.