endwhile.rst 317 B

1234567891011121314
  1. endwhile
  2. --------
  3. Ends a list of commands in a while block.
  4. .. code-block:: cmake
  5. endwhile([<condition>])
  6. See the :command:`while` 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. ``while`` clause.