Don't add trailing whitespace to error message.

This commit is contained in:
Stephen Kelly 2013-07-18 11:46:50 +02:00
parent f82c751d7b
commit 5fb58b8686
1 changed files with 1 additions and 1 deletions

View File

@ -3206,7 +3206,7 @@ static void processIncludeDirectories(cmTarget *tgt,
{ {
e << "Target \"" << (*it)->TargetName << "\" contains relative " e << "Target \"" << (*it)->TargetName << "\" contains relative "
"path in its INTERFACE_INCLUDE_DIRECTORIES:\n" "path in its INTERFACE_INCLUDE_DIRECTORIES:\n"
" \"" << *li << "\" "; " \"" << *li << "\"";
} }
else else
{ {