You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common idiom used with TriBITS is to define a cache var with the framework that allows the project to define an override as a non-cache var. The idiom looks like this:
Description
A common idiom used with TriBITS is to define a cache var with the framework that allows the project to define an override as a non-cache var. The idiom looks like this:
The set of TriBITS framework-level vars that have project-level default overrides are listed here.
The function that would be added for this is:
(where
advanced_set()
is deprecated and used properly namespacedtribits_advanced_set()
).And there could also be a function of a non-advanced cache var with:
This would cut down on a lot of boilerplate code and provide some more uniformity.
NOTE: This was suggested by @KyleFromKitware in #560 (comment).
The text was updated successfully, but these errors were encountered: