summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-28 14:56:58 (GMT)
committerBrad King <brad.king@kitware.com>2018-03-29 14:40:13 (GMT)
commita53cf69022e57d859864d59b9c03238f180cb400 (patch)
treeccdf77c39e894283afbeba71eeaf8e3dd78f4bfa /Help
parente62dfeccb1bb6a86a85f34908343a89f6d02ee6a (diff)
downloadCMake-a53cf69022e57d859864d59b9c03238f180cb400.zip
CMake-a53cf69022e57d859864d59b9c03238f180cb400.tar.gz
CMake-a53cf69022e57d859864d59b9c03238f180cb400.tar.bz2
Features: Record C features for MSVC
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
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/features-msvc-c.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/features-msvc-c.rst b/Help/release/dev/features-msvc-c.rst
new file mode 100644
index 0000000..0c55544
--- /dev/null
+++ b/Help/release/dev/features-msvc-c.rst
@@ -0,0 +1,5 @@
+features-msvc-c
+---------------
+
+* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
+ is now aware of the availability of C features in MSVC since VS 2010.