Skip to content
  • Brad King's avatar
    Features: Record C features for MSVC · a53cf690
    Brad King authored
    The MSVC C compiler has no notion of C language standards or flags.
    Tell CMake to assume that all language standards are available.
    Record available C language features depending on the version of
    the compiler.
    
    Fixes: #17858
    a53cf690