diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-30 09:45:08 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-04 10:28:58 (GMT) |
commit | fbe1fa722fbbc06d41ec29e750132f7fe1622778 (patch) | |
tree | 22f10610463462bbfcfe56f1abac88c77544da3a /Source | |
parent | 01c545c5968f90545caa1caf804f7ea4fc717c2b (diff) | |
download | CMake-fbe1fa722fbbc06d41ec29e750132f7fe1622778.zip CMake-fbe1fa722fbbc06d41ec29e750132f7fe1622778.tar.gz CMake-fbe1fa722fbbc06d41ec29e750132f7fe1622778.tar.bz2 |
cmTarget: Don't repeat property origin debug information.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index e7eef78..1f3d2a5 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 = |