Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
if
/
InvalidArgumentInParenthesis.cmake
blob: 7969b7c74f4dd9cd69bef79f386eb7624e2e7535 [
file
] [
edit
]
if
((
A B
)
OR
(
"$ENV{NOT_AN_ENV_VARIABLE}"
))
message
(
STATUS
"Invalid evaluated to TRUE"
)
else
()
message
(
STATUS
"Invalid evaluated to FALSE"
)
endif
()