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: Rename TEST_APPS as LIBSRTP_TEST_APPS option #641

Merged
merged 1 commit into from
Feb 8, 2023

Commits on Feb 7, 2023

  1. cmake: Rename TEST_APPS as LIBSRTP_TEST_APPS option

    Rename configuration option TEST_APPS to LIBSRTP_TEST_APPS, and use
    `option(...)` instead of `set(... CACHE)`.  This makes it easier to
    disable tests when using libSRTP as a subproject.
    
    Bump minimum CMake version to 3.13 so the NEW behavior of Policy CMP007
    is always used.  Existing workspaces with default TEST_APPS value will
    see no change in behaviour, but those that have disabled tests will need
    to reconfigure with the new option.
    yangskyboxlabs committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    989573a View commit details
    Browse the repository at this point in the history