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

Strict cmake options #281

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    748b561 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. only enable minimal set of options by default

    This is to reduce error output since cmake fails when an option is enabled
    but a dependency for it not installed.
    
    Test frameworks are off by default because every one has an external
    dependency. A warning is shown when no test framework is selected as one is
    needed for cucumber-cpp to be usable.
    ursfassler committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fb759c8 View commit details
    Browse the repository at this point in the history