1 2 3 4 5 6 7
enable_language(C) add_executable(main empty.c) target_compile_features(main PRIVATE c_not_a_feature )