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