2023-11-01 01:44:24 +01:00

12 lines
194 B
ReStructuredText

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>``.