mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06: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.
|