diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2012-08-21 22:15:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-09-28 13:21:39 (GMT) |
commit | 64b3a6c9cf3f1b64dce357852995a802139afbbd (patch) | |
tree | d23c23b2625165e7417accecaa1338e22b640f4a /Source/cmGlobalGenerator.cxx | |
parent | 81cdab5beaffc7665550710b84006a0a7ce76cfa (diff) | |
download | CMake-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.cxx | 1 |
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, |