Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CompilerNotFound
/
NoCompilerCXX-IDE.cmake
blob: 85025a06b1cea61fc23293c3b97ac124923d95ba [
file
] [
log
] [
blame
]
set
(
CMAKE_CXX_COMPILER_ID_ERROR_FOR_TEST
"#error NoCompilerCXX-IDE"
)
enable_language
(
CXX
)
message
(
FATAL_ERROR
"This error should not be reached."
)