Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
87142bbd5f94de9591b0a5531e427a5f491f56fd
/
.
/
Tests
/
RunCMake
/
Syntax
/
ImproperNesting.cmake
blob: 47ff9f90b853b1641e1eef1387ed0715bd641698 [
file
]
message
(
FATAL_ERROR
"This should not happen"
)
foreach
(
i
1
2
)
if
(
1
)
endforeach
()
endif
()
endif
()