Navigation Menu

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: Warn (or error) about missing dependency #956

Closed
wants to merge 2 commits into from

Commits on Apr 19, 2017

  1. CMake: Warn about missing dependency

    When an feature has been enabled but the dependency hasn't been
    fulfilled, it now prints an warning. Please note that the minimum
    version is CMake 2.4, but the message(WARNING ...) has been introduced
    to CMake 2.8.
    
    Also, there's the option STRICT, that lets the generation fail on such
    error. This is OFF by default to not to break existing builders.
    Neui committed Apr 19, 2017
    Copy the full SHA
    98c247a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Copy the full SHA
    11d1089 View commit details
    Browse the repository at this point in the history