@@ -30,7 +30,6 cppcheck = find_program('cppcheck', required : false) | |||||
30 | if cppcheck.found() |
|
30 | if cppcheck.found() | |
31 | run_target('cppcheck', |
|
31 | run_target('cppcheck', | |
32 | command : [cppcheck, '--enable=all', |
|
32 | command : [cppcheck, '--enable=all', | |
33 |
'--project=' + join_paths(meson.build_root(), 'compile_commands.json')] |
|
33 | '--project=' + join_paths(meson.build_root(), 'compile_commands.json')] | |
34 | build_by_default : true |
|
|||
35 | ) |
|
34 | ) | |
36 | endif |
|
35 | endif |
General Comments 0
You need to be logged in to leave comments.
Login now