diff options
author | Brad King <brad.king@kitware.com> | 2014-05-27 13:46:35 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-05-27 13:46:35 (GMT) |
commit | c5315524629bea99ccaaa4e0e666fe4918f66064 (patch) | |
tree | 84a683880a9e2f74e430fd28368cdce6afd9fb75 /Help/prop_tgt/CXX_EXTENSIONS.rst | |
parent | 4a67e9cd4122e668a6d0352e2a18a4aad6953d7d (diff) | |
parent | ca5d990f02b464f5b5033311d3712ffb02dbd54a (diff) | |
download | CMake-c5315524629bea99ccaaa4e0e666fe4918f66064.zip CMake-c5315524629bea99ccaaa4e0e666fe4918f66064.tar.gz CMake-c5315524629bea99ccaaa4e0e666fe4918f66064.tar.bz2 |
Merge topic 'compile-features-manual'
ca5d990f Help: Add a manual for compiler feature control.
b4d33f64 Features: Add missing variable reference in docs.
Diffstat (limited to 'Help/prop_tgt/CXX_EXTENSIONS.rst')
-rw-r--r-- | Help/prop_tgt/CXX_EXTENSIONS.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/prop_tgt/CXX_EXTENSIONS.rst b/Help/prop_tgt/CXX_EXTENSIONS.rst index b9c9931..d7f87a4 100644 --- a/Help/prop_tgt/CXX_EXTENSIONS.rst +++ b/Help/prop_tgt/CXX_EXTENSIONS.rst @@ -6,3 +6,10 @@ 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=gnu++11`` instead of ``-std=c++11`` to the compile line. + +See the :manual:`cmake-compile-features(7)` manual for information on +compile features. + +This property is initialized by the value of +the :variable:`CMAKE_CXX_EXTENSIONS` variable if it is set when a target +is created. |