Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
NoCompilerCandCXX-IDE.cmake
blob: 78256a9638f14f5c8fa11e1de6f82465d156afdb [
file
] [
log
] [
blame
]
set
(
CMAKE_C_COMPILER_ID_ERROR_FOR_TEST
"#error NoCompilerCandCXX-IDE"
)
set
(
CMAKE_CXX_COMPILER_ID_ERROR_FOR_TEST
"#error NoCompilerCandCXX-IDE"
)
project
(
NoCompilerCandCXXInner
C CXX
)
message
(
FATAL_ERROR
"This error should not be reached."
)