mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmLocalGenerator: Port policy handling to cmGeneratorTarget.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user