Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a881ae61f1e005dd64cf317a7dfcbe6ffa71d72b
/
.
/
Tests
/
RunCMake
/
if
/
unbalanced-parenthesis.cmake
blob: 45932f66246d7bdb87ef69aa89ebc15c12d85dca [
file
] [
log
] [
blame
]
set
(
paren
"("
)
if
(
$
{
paren
})
message
(
STATUS
"Condition incorrectly true"
)
endif
()
message
(
STATUS
"Code incorrectly accepted"
)