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

Conversation

yangskyboxlabs
Copy link
Contributor

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.

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.
@pabuhler pabuhler merged commit 536a367 into cisco:main Feb 8, 2023
@yangskyboxlabs yangskyboxlabs deleted the cmake-option branch February 8, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants