NoCompilerCandCXX-IDE.cmake 239 B

1234
  1. set(CMAKE_C_COMPILER_ID_ERROR_FOR_TEST "#error NoCompilerCandCXX-IDE")
  2. set(CMAKE_CXX_COMPILER_ID_ERROR_FOR_TEST "#error NoCompilerCandCXX-IDE")
  3. project(NoCompilerCandCXXInner C CXX)
  4. message(FATAL_ERROR "This error should not be reached.")