diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-06-25 12:23:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-28 13:14:00 (GMT) |
commit | c6a077d6980ea164578b7544c852ddf1e8a8a35b (patch) | |
tree | 2548326f25ed91c0af83c1a2be78a72b6d4aa4f6 /Help/prop_tgt/CXX_STANDARD.rst | |
parent | d152ae123d1a3df456fe24f2e1a06d97083ad2d2 (diff) | |
download | CMake-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/CXX_STANDARD.rst')
-rw-r--r-- | Help/prop_tgt/CXX_STANDARD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/CXX_STANDARD.rst b/Help/prop_tgt/CXX_STANDARD.rst index edc9ba5..5b186c1 100644 --- a/Help/prop_tgt/CXX_STANDARD.rst +++ b/Help/prop_tgt/CXX_STANDARD.rst @@ -22,6 +22,8 @@ with a compiler which does not support ``-std=gnu++11`` or an equivalent flag will not result in an error or warning, but will instead add the ``-std=gnu++98`` flag if supported. This "decay" behavior may be controlled with the :prop_tgt:`CXX_STANDARD_REQUIRED` target property. +Additionally, the :prop_tgt:`CXX_EXTENSIONS` target property may be used to +control whether compiler-specific extensions are enabled on a per-target basis. See the :manual:`cmake-compile-features(7)` manual for information on compile features and a list of supported compilers. |