summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/C_EXTENSIONS.rst
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2016-06-25 12:23:56 (GMT)
committerBrad King <brad.king@kitware.com>2016-06-28 13:14:00 (GMT)
commitc6a077d6980ea164578b7544c852ddf1e8a8a35b (patch)
tree2548326f25ed91c0af83c1a2be78a72b6d4aa4f6 /Help/prop_tgt/C_EXTENSIONS.rst
parentd152ae123d1a3df456fe24f2e1a06d97083ad2d2 (diff)
downloadCMake-c6a077d6980ea164578b7544c852ddf1e8a8a35b.zip
CMake-c6a077d6980ea164578b7544c852ddf1e8a8a35b.tar.gz
CMake-c6a077d6980ea164578b7544c852ddf1e8a8a35b.tar.bz2
Help: Cross reference CXX_STANDARD and CXX_EXTENSIONS (#16162)
Diffstat (limited to 'Help/prop_tgt/C_EXTENSIONS.rst')
-rw-r--r--Help/prop_tgt/C_EXTENSIONS.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/prop_tgt/C_EXTENSIONS.rst b/Help/prop_tgt/C_EXTENSIONS.rst
index fce67f4..05b14ce 100644
--- a/Help/prop_tgt/C_EXTENSIONS.rst
+++ b/Help/prop_tgt/C_EXTENSIONS.rst
@@ -6,7 +6,8 @@ Boolean specifying whether compiler specific extensions are requested.
This property specifies whether compiler specific extensions should be
used. For some compilers, this results in adding a flag such
as ``-std=gnu11`` instead of ``-std=c11`` to the compile line. This
-property is ``ON`` by default.
+property is ``ON`` by default. The basic C standard level is
+controlled by the :prop_tgt:`C_STANDARD` target property.
See the :manual:`cmake-compile-features(7)` manual for information on
compile features and a list of supported compilers.