exports: cmGlobalGenerator::ExportSets destructor will clear it
This commit is contained in:
parent
81cdab5bea
commit
64b3a6c9cf
|
@ -76,7 +76,6 @@ cmGlobalGenerator::~cmGlobalGenerator()
|
||||||
}
|
}
|
||||||
|
|
||||||
this->ClearGeneratorTargets();
|
this->ClearGeneratorTargets();
|
||||||
this->ExportSets.clear();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cmGlobalGenerator::ResolveLanguageCompiler(const std::string &lang,
|
void cmGlobalGenerator::ResolveLanguageCompiler(const std::string &lang,
|
||||||
|
|
Loading…
Reference in New Issue