mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
11 lines
110 B
ReStructuredText
11 lines
110 B
ReStructuredText
endif
|
|
-----
|
|
|
|
Ends a list of commands in an if block.
|
|
|
|
::
|
|
|
|
endif(expression)
|
|
|
|
See the :command:`if` command.
|