CMake/Help/command/endif.rst

11 lines
99 B
ReStructuredText

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