Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
if
/
empty-elseif-warning.cmake
blob: 855aa834bd7f0fc57c7ef7c7fe108f9b299002bb [
file
]
if
(
0
)
elseif
(
$
{
emptyVar
})
# okay
elseif
()
# warns
endif
()