mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-28 06:58:00 +08: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.
|