Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8b8135487f50ca34cd3500a968a8ad4c4e126e97
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
BadCompilerC.cmake
blob: 10fe59aaba22df4170225d5501b07fb18b359d2e [
file
]
set
(
CMAKE_C_COMPILER
"no-C-compiler"
)
enable_language
(
C
)
message
(
FATAL_ERROR
"This error should not be reached."
)