summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/TargetProperties
Commit message (Collapse)AuthorAgeFilesLines
* Help: Document formatting of DEPRECATION target propertyBrad King2022-01-132-2/+9
| | | | Also add a test case to verify it.
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
| | | | Use 3.3 or 2.8.12 where possible.
* Add set_property option: DEPRECATIONJoseph Snyder2020-01-025-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.