summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-03-18 23:50:18 +0100
committerBrad King <brad.king@kitware.com>2014-05-27 09:35:00 -0400
commitca5d990f02b464f5b5033311d3712ffb02dbd54a (patch)
treee7de8a3b26057b18ed41da3339b59e2d18b5a45d /Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
parentb4d33f648465e0b4468cc20a1bbceb67e90fb65c (diff)
downloadcmake-ca5d990f02b464f5b5033311d3712ffb02dbd54a.tar.gz
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/INTERFACE_COMPILE_FEATURES.rst')
-rw-r--r--Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst b/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
index a98e3621ae..7abdecbdbd 100644
--- a/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
+++ b/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
@@ -11,4 +11,6 @@ to require the features specified in the interface of ``foo``.
Contents of ``INTERFACE_COMPILE_FEATURES`` may use "generator expressions"
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`
-manual for available expressions.
+manual for available expressions. See the
+:manual:`cmake-compile-features(7)` manual for information on compile
+features.