Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
BadCompilerCXX.cmake
blob: 3b1e8900a8aa85da693ce8a3be9aad022446c351 [
file
]
set
(
CMAKE_CXX_COMPILER
"no-CXX-compiler"
)
enable_language
(
CXX
)
message
(
FATAL_ERROR
"This error should not be reached."
)