1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-10 17:35:34 +02:00
gbe_fork/cmake/share/cmake-3.30/Help/command/elseif.rst
2024-08-19 00:33:31 +02:00

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