mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 23:19:13 +00:00
11 lines
115 B
ReStructuredText
11 lines
115 B
ReStructuredText
elseif
|
|
------
|
|
|
|
Starts the elseif portion of an if block.
|
|
|
|
::
|
|
|
|
elseif(expression)
|
|
|
|
See the :command:`if` command.
|