Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e48dbbf048604397ec00a2f95600e57b57634577
/
.
/
Tests
/
RunCMake
/
CMP0054
/
CMP0054-keywords-WARN.cmake
blob: 118ab3d184ba35d6705aa64cdc8c78b319da5d32 [
file
]
if
(
"NOT"
1
)
message
(
FATAL_ERROR
"[\"NOT\" 1] evaluated true"
)
elseif
(
"DEFINED"
NotDefined
)
message
(
FATAL_ERROR
"[\"DEFINED\" NotDefined] evaluated true"
)
endif
()