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