summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/utility_target-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-101-1/+1
|
* Tests: Enable languages explicitly in RunCMake.target_compile_featuresBrad King2017-06-261-1/+1
| | | | | Enable C or CXX (or nothing) as needed in each test case. This will allow us to add test cases that do not enable CXX.
* Add target_compile_features command.Stephen Kelly2014-04-071-0/+4
This can be used to set the compiler features required by particular targets. An error is issued at CMake time if the compiler does not support the required feature. If a language dialect flag is required by the features used, that will be added automatically. Base the target_compile_features command on cmTargetPropCommandBase. This gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable and missing targets.