summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-06-02 12:01:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-06-02 12:01:40 (GMT)
commitec7b5f21eef8bc0d6da729aa0f61ddccc7a06f3b (patch)
tree3867594477f6fbb9b4ac0f7caf47aefb4bc74359 /Help
parentfff14290d28e3e3aed4471decf97e94382176f02 (diff)
parente8958d4742e4f9b954040c2ec190de002008f176 (diff)
downloadCMake-ec7b5f21eef8bc0d6da729aa0f61ddccc7a06f3b.zip
CMake-ec7b5f21eef8bc0d6da729aa0f61ddccc7a06f3b.tar.gz
CMake-ec7b5f21eef8bc0d6da729aa0f61ddccc7a06f3b.tar.bz2
Merge topic 'doc-c-standard'
e8958d4742 Help: Clarify that no version of MSVC today support C standard levels Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4830
Diffstat (limited to 'Help')
-rw-r--r--Help/prop_tgt/C_STANDARD.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/prop_tgt/C_STANDARD.rst b/Help/prop_tgt/C_STANDARD.rst
index e7f7904..6a05139 100644
--- a/Help/prop_tgt/C_STANDARD.rst
+++ b/Help/prop_tgt/C_STANDARD.rst
@@ -6,8 +6,8 @@ The C standard whose features are requested to build this target.
This property specifies the C standard whose features are requested
to build this target. For some compilers, this results in adding a
flag such as ``-std=gnu11`` to the compile line. For compilers that
-have no notion of a standard level, such as Microsoft Visual C++ before
-2015 Update 3, this has no effect.
+have no notion of a C standard level, such as all versions of
+MSVC known as of this version of CMake, this has no effect.
Supported values are ``90``, ``99`` and ``11``.