cmLocalGenerator: Port policy handling to cmGeneratorTarget.
This commit is contained in:
parent
3e8ef64273
commit
31c4aee75a
|
@ -2129,7 +2129,7 @@ void cmLocalGenerator
|
|||
}
|
||||
|
||||
if (!warnCMP0063.empty() &&
|
||||
this->WarnCMP0063.insert(target->Target).second)
|
||||
this->WarnCMP0063.insert(target).second)
|
||||
{
|
||||
std::ostringstream w;
|
||||
w <<
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue