mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-11 00:57:38 +00:00
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