Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Document formatting of DEPRECATION target property | Brad King | 2022-01-13 | 2 | -2/+9 |
| | | | | Also add a test case to verify it. | ||||
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2020-06-18 | 1 | -1/+1 |
| | | | | Use 3.3 or 2.8.12 where possible. | ||||
* | Add set_property option: DEPRECATION | Joseph Snyder | 2020-01-02 | 5 | -0/+24 |
Add a new property flag for a target which contains a message regarding deprecation status. Add a warning at "Generate" time if a linked target is marked as deprecated. Expand ExportImport test to ensure that new property is being set and passed correctly. Ensure that the message is shown during the "Generate" step run of the ExportImport test. |