CMake/Help/command/endif.rst

11 lines
110 B
ReStructuredText

endif
-----
Ends a list of commands in an if block.
::
endif(expression)
See the :command:`if` command.