add_custom_command: Format files in error message in a single line

This commit is contained in:
Daniel Eiband
2019-09-23 23:39:07 +02:00
parent a1cc6b4447
commit fd3a394614
6 changed files with 8 additions and 8 deletions

View File

@@ -320,8 +320,8 @@ bool cmAddCustomCommandCommand(std::vector<std::string> const& args,
// No command for this output exists.
status.SetError(
cmStrCat("given APPEND option with output\n\"", output[0],
"\"\nwhich is not already a custom command output."));
cmStrCat("given APPEND option with output\n ", output[0],
"\nwhich is not already a custom command output."));
return false;
}