cmLocalGenerator: Port policy handling to cmGeneratorTarget.

This commit is contained in:
Stephen Kelly 2015-10-09 22:29:17 +02:00
parent 3e8ef64273
commit 31c4aee75a
2 changed files with 2 additions and 2 deletions

View File

@ -2129,7 +2129,7 @@ void cmLocalGenerator
}
if (!warnCMP0063.empty() &&
this->WarnCMP0063.insert(target->Target).second)
this->WarnCMP0063.insert(target).second)
{
std::ostringstream w;
w <<

View File

@ -369,7 +369,7 @@ protected:
std::string::size_type ObjectPathMax;
std::set<std::string> ObjectMaxPathViolations;
std::set<cmTarget const*> WarnCMP0063;
std::set<cmGeneratorTarget const*> WarnCMP0063;
cmGeneratorTargetsType GeneratorTargets;
bool EmitUniversalBinaryFlags;