summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-24 15:02:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-24 15:02:24 (GMT)
commita52f00e07cf6785c4b76573ad2cf78397ea7bd29 (patch)
tree4d1a887f253df55e0f4f1e8ea515ac25a27c42fd /Source/cmTarget.cxx
parent571d050415dce07fe2ea0062eb300af36ca2d5e1 (diff)
parent8f5b402aa21af08d6df3d697cc6f744797eee660 (diff)
downloadCMake-a52f00e07cf6785c4b76573ad2cf78397ea7bd29.zip
CMake-a52f00e07cf6785c4b76573ad2cf78397ea7bd29.tar.gz
CMake-a52f00e07cf6785c4b76573ad2cf78397ea7bd29.tar.bz2
Merge topic 'minor-cleanups'
8f5b402 Remove TODO to uniq COMPILE_OPTIONS 5fb58b8 Don't add trailing whitespace to error message.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index f8cecd1..1df9f2b 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -3203,7 +3203,7 @@ static void processIncludeDirectories(cmTarget *tgt,
{
e << "Target \"" << (*it)->TargetName << "\" contains relative "
"path in its INTERFACE_INCLUDE_DIRECTORIES:\n"
- " \"" << *li << "\" ";
+ " \"" << *li << "\"";
}
else
{