NotEnabledLanguage.cmake 89 B

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