mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
This allows the build failure to be tuned with cppcheck's options --error-exitcode=<n> and --exitcode-suppressions=<file>.
7 lines
257 B
ReStructuredText
7 lines
257 B
ReStructuredText
cppcheck-exit-code
|
|
------------------
|
|
|
|
* When using cppcheck via the :variable:`CMAKE_<LANG>_CPPCHECK` variable
|
|
or :prop_tgt:`<LANG>_CPPCHECK` property, the build will now fail if
|
|
``cppcheck`` returns non-zero as configured by its command-line options.
|