Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct message level for cppcheck fallback standard
We provide no way to explicitly and separately (without changing `CMAKE_<LANG>_STANDARD`) specify what standard cppcheck should use. Therefore, when cppcheck fallbacking to use the default standard, the corresponding cmake message should be `STATUS` instead of `${WARNING_MESSAGE}` which fails the compilation when `WARNINGS_AS_ERRORS`.
- Loading branch information