summaryrefslogtreecommitdiff
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-30 10:45:08 +0100
committerStephen Kelly <steveire@gmail.com>2014-01-04 11:28:58 +0100
commitfbe1fa722fbbc06d41ec29e750132f7fe1622778 (patch)
tree22f10610463462bbfcfe56f1abac88c77544da3a /Source/cmTarget.cxx
parent01c545c5968f90545caa1caf804f7ea4fc717c2b (diff)
downloadcmake-fbe1fa722fbbc06d41ec29e750132f7fe1622778.tar.gz
cmTarget: Don't repeat property origin debug information.
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index e7eef78532..1f3d2a52a2 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -4580,12 +4580,6 @@ PropertyType checkInterfacePropertyCompatibility(cmTarget const* tgt,
{
propContent = impliedValue<PropertyType>(propContent);
- reportEntry += " * Target \"";
- reportEntry += li->Target->GetName();
- reportEntry += "\" property value \"";
- reportEntry += valueAsString<PropertyType>(propContent);
- reportEntry += "\" ";
-
if (ifaceIsSet)
{
std::pair<bool, PropertyType> consistent =