summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/MSVC-C.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Features: Record C features for MSVCBrad King2018-03-291-0/+25
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