brad.king added a comment. > make a add_custom_command be silent in non-verbose mode I don't think Ninja has an option for this. If the command produces output Ninja will show it. Ninja encourages the convention of no output on success. https://reviews.llvm.org/D25155