Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbc4d94715d0f4f9be67a486db5d7b8093bcabc2
/
.
/
Help
/
command
/
else.rst
blob: 4c07b6c096dc11e4095a7b9f6419f14d6db40f67 [
file
] [
log
] [
blame
]
else
----
Starts
the
else
portion of an
if
block
.
..
code
-
block
::
cmake
else
([<
condition
>])
See
the
:
command
:
`if`
command
.
The
optional
``<condition>``
argument
is
supported
for
backward compatibility
only
and
is
not
evaluated
.