Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
02cf404ace01ac4ea7a078dca75a817f95c3bdd3
/
.
/
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."
)