else.rst 235 B

12345678910111213
  1. else
  2. ----
  3. Starts the else portion of an if block.
  4. .. code-block:: cmake
  5. else([<condition>])
  6. See the :command:`if` command.
  7. The optional ``<condition>`` argument is supported for backward compatibility
  8. only and is not evaluated.