Don't add trailing whitespace to error message.
This commit is contained in:
parent
f82c751d7b
commit
5fb58b8686
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue