qt-build-tools/6.6.0/_tools/cmake/share/cmake-3.27/Help/command/elseif.rst
2023-11-01 22:26:17 +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>``.