mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 00:00:57 +00:00
cmLocalGenerator: remove public GetImportedGeneratorTargets
GetImportedGeneratorTargets is not used anywhere hence remove it to avoid exposing the type of ImportedGeneratorTargets.
This commit is contained in:
@@ -139,11 +139,6 @@ public:
|
|||||||
return this->GeneratorTargets;
|
return this->GeneratorTargets;
|
||||||
}
|
}
|
||||||
|
|
||||||
const std::vector<cmGeneratorTarget*>& GetImportedGeneratorTargets() const
|
|
||||||
{
|
|
||||||
return this->ImportedGeneratorTargets;
|
|
||||||
}
|
|
||||||
|
|
||||||
void AddGeneratorTarget(cmGeneratorTarget* gt);
|
void AddGeneratorTarget(cmGeneratorTarget* gt);
|
||||||
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
|
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||||
void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt);
|
void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||||
|
|||||||
Reference in New Issue
Block a user