mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-16 11:40:25 -06:00
Don't add trailing whitespace to error message.
This commit is contained in:
@@ -3206,7 +3206,7 @@ static void processIncludeDirectories(cmTarget *tgt,
|
||||
{
|
||||
e << "Target \"" << (*it)->TargetName << "\" contains relative "
|
||||
"path in its INTERFACE_INCLUDE_DIRECTORIES:\n"
|
||||
" \"" << *li << "\" ";
|
||||
" \"" << *li << "\"";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user