Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: add functions to define deprecated/experimental features #106

Merged
merged 1 commit into from
Nov 11, 2020

Commits on Nov 11, 2020

  1. cmake: add functions to define deprecated/experimental features

    Experimental feature are disabled by default, whereas deprecated
    features are enabled by default.
    
    Cmake variables related to experimental and deprecated functions are
    advanced variables and they will only be visible if the variables
    BITPIT_SHOW_EXPERIMENTAL or BITPIT_SHOW_DEPRECATED are set to ON.
    
    For each deprecated/experimental feature a corresponding preprocessor
    macro will be defined. Given the feature FEATURE in the module MODULE,
    the corresponding preprocessor macro will be called BITPIT_MODULE_FEATURE.
    The value of the macro will be set to 1 if the feature is enable or
    it will be set to 0 if the feature is disabled.
    andrea-iob committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    7306366 View commit details
    Browse the repository at this point in the history