##// END OF EJS Templates
Meson: Removed build_by_default for cppcheck target....
jeandet -
r592:3ac95ed8c87f
parent child
Show More
@@ -30,7 +30,6 cppcheck = find_program('cppcheck', required : false)
30 30 if cppcheck.found()
31 31 run_target('cppcheck',
32 32 command : [cppcheck, '--enable=all',
33 '--project=' + join_paths(meson.build_root(), 'compile_commands.json')],
34 build_by_default : true
33 '--project=' + join_paths(meson.build_root(), 'compile_commands.json')]
35 34 )
36 35 endif
General Comments 3
Under Review
author

Auto status change to "Under Review"

Approved
author

Status change > Approved

You need to be logged in to leave comments. Login now