mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmExportFileGenerator: Simplify collection of targets missing from export set
Store the list of missing target names in a member instead of threading an explicit reference to it through the call stack.
This commit is contained in:
@@ -33,12 +33,10 @@ protected:
|
||||
bool GenerateMainFile(std::ostream& os) override;
|
||||
|
||||
void GenerateImportTargetsConfig(std::ostream&, const std::string&,
|
||||
std::string const&,
|
||||
std::vector<std::string>&) override
|
||||
std::string const&) override
|
||||
{
|
||||
}
|
||||
void HandleMissingTarget(std::string&, std::vector<std::string>&,
|
||||
cmGeneratorTarget const*,
|
||||
void HandleMissingTarget(std::string&, cmGeneratorTarget const*,
|
||||
cmGeneratorTarget*) override
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user