mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06: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;
|
||||
}
|
||||
|
||||
const std::vector<cmGeneratorTarget*>& GetImportedGeneratorTargets() const
|
||||
{
|
||||
return this->ImportedGeneratorTargets;
|
||||
}
|
||||
|
||||
void AddGeneratorTarget(cmGeneratorTarget* gt);
|
||||
void AddImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||
void AddOwnedImportedGeneratorTarget(cmGeneratorTarget* gt);
|
||||
|
||||
Reference in New Issue
Block a user