diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-18 22:50:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-05-27 13:35:00 (GMT) |
commit | ca5d990f02b464f5b5033311d3712ffb02dbd54a (patch) | |
tree | e7de8a3b26057b18ed41da3339b59e2d18b5a45d /Help/prop_tgt/C_STANDARD.rst | |
parent | b4d33f648465e0b4468cc20a1bbceb67e90fb65c (diff) | |
download | CMake-ca5d990f02b464f5b5033311d3712ffb02dbd54a.zip CMake-ca5d990f02b464f5b5033311d3712ffb02dbd54a.tar.gz CMake-ca5d990f02b464f5b5033311d3712ffb02dbd54a.tar.bz2 |
Help: Add a manual for compiler feature control.
Link to it from the documentation of related properties, variables
and commands.
Extend the cmake-developer(7) documentation with notes on
extending feature support for compilers.
Diffstat (limited to 'Help/prop_tgt/C_STANDARD.rst')
-rw-r--r-- | Help/prop_tgt/C_STANDARD.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/C_STANDARD.rst b/Help/prop_tgt/C_STANDARD.rst index 9fdc0bb..a0c939a 100644 --- a/Help/prop_tgt/C_STANDARD.rst +++ b/Help/prop_tgt/C_STANDARD.rst @@ -22,6 +22,9 @@ flag will not result in an error or warning, but will instead add the ``-std=c99`` or ``-std=c90`` flag if supported. This "decay" behavior may be controlled with the :prop_tgt:`C_STANDARD_REQUIRED` target property. +See the :manual:`cmake-compile-features(7)` manual for information on +compile features. + This property is initialized by the value of the :variable:`CMAKE_C_STANDARD` variable if it is set when a target is created. |