qt-build-tools/6.6.0/_tools/cmake/share/cmake-3.27/Help/command/else.rst
2023-11-01 22:26:17 +01:00

11 lines
129 B
ReStructuredText

else
----
Starts the else portion of an if block.
.. code-block:: cmake
else([<condition>])
See the :command:`if` command.