qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.14/Help/command/elseif.rst
2023-10-31 23:11:15 +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>``.