endif.rst 300 B

1234567891011121314
  1. endif
  2. -----
  3. Ends a list of commands in an if block.
  4. .. code-block:: cmake
  5. endif([<condition>])
  6. See the :command:`if` command.
  7. The optional ``<condition>`` argument is supported for backward compatibility
  8. only. If used it must be a verbatim repeat of the argument of the opening
  9. ``if`` clause.