summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-09 20:29:17 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-17 15:30:39 (GMT)
commit31c4aee75a18b11d86a364d01fdae3250200866d (patch)
tree726d3f39160635bfa2807b9bf420dd663c620932 /Source/cmLocalGenerator.cxx
parent3e8ef6427393546c77da1b74234311d3b60edd98 (diff)
downloadCMake-31c4aee75a18b11d86a364d01fdae3250200866d.zip
CMake-31c4aee75a18b11d86a364d01fdae3250200866d.tar.gz
CMake-31c4aee75a18b11d86a364d01fdae3250200866d.tar.bz2
cmLocalGenerator: Port policy handling to cmGeneratorTarget.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index d830e26..60aff64 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -2129,7 +2129,7 @@ void cmLocalGenerator
}
if (!warnCMP0063.empty() &&
- this->WarnCMP0063.insert(target->Target).second)
+ this->WarnCMP0063.insert(target).second)
{
std::ostringstream w;
w <<