mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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.
8 lines
250 B
ReStructuredText
8 lines
250 B
ReStructuredText
add_target_deprecation
|
|
----------------------
|
|
|
|
* A :prop_tgt:`DEPRECATION` target property was added to mark
|
|
a target as deprecated. If a linked target is marked as
|
|
deprecated, a warning with the deprecation message is issued
|
|
at generate time.
|