Skip to content

Features: Record C features for MSVC

Brad King requested to merge brad.king/cmake:features-msvc-c into master

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 (closed)

Merge request reports