Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Fix condition to disable plugin tests
The CMake generator expression to enable plugin tests mistakenly used a string literal, which evaluated to 1, which enabled the plugin tests by default. Use variable notation to correctly test this value.
- Loading branch information