Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2023-02-11 | 1 | -4/+1 |
| | | | | | | | | For policy-specific tests, use the version before the policy was introduced. Otherwise, use 3.5 where possible. Also, remove `cmake_minimum_required()` and `project()` calls from individual cases where they are handled by `CMakeLists.txt`. | ||||
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2020-06-18 | 1 | -1/+1 |
| | | | | Use 3.3 or 2.8.12 where possible. | ||||
* | CompatibleInterface: Test debugging of not-set property. | Stephen Kelly | 2014-01-07 | 1 | -1/+2 |
| | |||||
* | cmTarget: Don't repeat property origin debug information. | Stephen Kelly | 2014-01-04 | 1 | -2/+8 |
| | |||||
* | cmTarget: Fix debug report for interface-set compatibility types. | Stephen Kelly | 2014-01-04 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | If the dependent target sets the property to boolean false, ensure that that appears in the debug report. Previously, the report output contained whether the property was consistent among dependencies, displaying 'TRUE', instead of the content of the property, which may be 'FALSE'. Return a std::pair from the consistentProperty method. This makes it possible to make the return value for string types easier to reason about. The return value of consistentProperty was previously set to an empty static string to emulate a 'true' value for the caller in commit 816b4a8a (cmTarget: Make consistentProperty return consistent content., 2013-10-22). The pair makes the consistency result properly typed. | ||||
* | cmTarget: Fix reporting interface-set properties which are FALSE. | Stephen Kelly | 2014-01-04 | 1 | -1/+3 |
| | |||||
* | cmTarget: Report origin of COMPATIBLE_INTERFACE properties. | Stephen Kelly | 2013-12-08 | 1 | -0/+60 |