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