qt-build-tools/6.5.1/_tools/cmake/share/cmake-3.17/Help/command/else.rst

11 lines
129 B
ReStructuredText

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