summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/INTERFACE_COMPILE_FEATURES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document supported compilers in cmake-compile-features.7Robert Maynard2015-04-071-1/+1
| | | | | | | Extend sentences in other documentation linking to this manual to say that it has a list of supported compilers. Co-Author: Brad King <brad.king@kitware.com>
* Help: Unify the help text of INTERFACE_ build properties.Stephen Kelly2014-11-221-11/+7
|
* Help: Add a manual for compiler feature control.Stephen Kelly2014-05-271-1/+3
| | | | | | | | 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.
* cmTarget: Transitively evaluate compiler features.Stephen Kelly2014-04-071-0/+14
Extend the interface of the target_compile_features command with PUBLIC and INTERFACE keywords. Populate the INTERFACE_COMPILER_FEATURES target property if they are set. Consume the INTERFACE_COMPILER_FEATURES target property from linked dependent targets to determine the final required compiler features and the compile flag, if needed. Use the same pattern of origin-debugging which is used for other build properties.