Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information