NonExistentLanguage.cmake 97 B

123
  1. include(CheckCompilerFlag)
  2. check_compiler_flag(FAKE_LANG "int main() {return 0;}" SHOULD_BUILD)