mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 06:10:28 +00:00
add_custom_command: Format files in error message in a single line
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user