summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-08-21 22:15:42 (GMT)
committerBrad King <brad.king@kitware.com>2012-09-28 13:21:39 (GMT)
commit64b3a6c9cf3f1b64dce357852995a802139afbbd (patch)
treed23c23b2625165e7417accecaa1338e22b640f4a /Source/cmGlobalGenerator.cxx
parent81cdab5beaffc7665550710b84006a0a7ce76cfa (diff)
downloadCMake-64b3a6c9cf3f1b64dce357852995a802139afbbd.zip
CMake-64b3a6c9cf3f1b64dce357852995a802139afbbd.tar.gz
CMake-64b3a6c9cf3f1b64dce357852995a802139afbbd.tar.bz2
exports: cmGlobalGenerator::ExportSets destructor will clear it
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index e464381..83a8641 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -76,7 +76,6 @@ cmGlobalGenerator::~cmGlobalGenerator()
}
this->ClearGeneratorTargets();
- this->ExportSets.clear();
}
void cmGlobalGenerator::ResolveLanguageCompiler(const std::string &lang,