浏览代码

Don't add trailing whitespace to error message.

Stephen Kelly 12 年之前
父节点
当前提交
5fb58b8686
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmTarget.cxx

+ 1 - 1
Source/cmTarget.cxx

@@ -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
           {