TriBITSPub / TriBITS

TriBITS: Tribal Build, Integrate, and Test System,
http://tribits.org
Other
36 stars 46 forks source link

Add a framework for issuing deprecation messages (#429) #538

Closed KyleFromKitware closed 1 year ago

KyleFromKitware commented 1 year ago

This adds two new commands, tribits_deprecated() for issuing generic deprecation messages, and tribits_deprecated_command() for deprecating functions and macros.

Addresses #429