cmLocalGenerator: Port policy handling to cmGeneratorTarget.
This commit is contained in:
parent
3e8ef64273
commit
31c4aee75a
@ -2129,7 +2129,7 @@ void cmLocalGenerator
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!warnCMP0063.empty() &&
|
if (!warnCMP0063.empty() &&
|
||||||
this->WarnCMP0063.insert(target->Target).second)
|
this->WarnCMP0063.insert(target).second)
|
||||||
{
|
{
|
||||||
std::ostringstream w;
|
std::ostringstream w;
|
||||||
w <<
|
w <<
|
||||||
|
@ -369,7 +369,7 @@ protected:
|
|||||||
std::string::size_type ObjectPathMax;
|
std::string::size_type ObjectPathMax;
|
||||||
std::set<std::string> ObjectMaxPathViolations;
|
std::set<std::string> ObjectMaxPathViolations;
|
||||||
|
|
||||||
std::set<cmTarget const*> WarnCMP0063;
|
std::set<cmGeneratorTarget const*> WarnCMP0063;
|
||||||
cmGeneratorTargetsType GeneratorTargets;
|
cmGeneratorTargetsType GeneratorTargets;
|
||||||
|
|
||||||
bool EmitUniversalBinaryFlags;
|
bool EmitUniversalBinaryFlags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user