v0.10.0
What's Changed
- feat: use WARNINGS_AS_ERRORS for force requiring static analyzers by @aminya in #31
Now ifENABLE_CLANG_TIDY
andENABLE_CPPCHECK
are passed, but they are not installed, a warning message is issued. You can make this an error by enablingWARNINGS_AS_ERRORS
Full Changelog: v0.9.0...v0.10.0