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