Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
BadCompilerCandCXX.cmake
blob: 2b6fa6126db155a5addad817a25f8b596cc7178c [
file
] [
log
] [
blame
]
set
(
CMAKE_C_COMPILER
"no-C-compiler"
)
set
(
CMAKE_CXX_COMPILER
"no-CXX-compiler"
)
project
(
BadCompilerCandCXXInner
C CXX
)
message
(
FATAL_ERROR
"This error should not be reached."
)