diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-09 20:29:17 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-17 15:30:39 (GMT) |
commit | 31c4aee75a18b11d86a364d01fdae3250200866d (patch) | |
tree | 726d3f39160635bfa2807b9bf420dd663c620932 /Source/cmLocalGenerator.cxx | |
parent | 3e8ef6427393546c77da1b74234311d3b60edd98 (diff) | |
download | CMake-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.cxx | 2 |
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 << |