diff options
author | Brad King <brad.king@kitware.com> | 2019-07-09 13:35:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-07-09 13:36:04 (GMT) |
commit | 82bbf976d13f662c18bb20b3ab4129560071b799 (patch) | |
tree | 0858bb36dbba8fd28035bc4ad389600f8d4fdde6 /Source/cmGlobalGenerator.cxx | |
parent | 45030c5a24b890ef8e4baa2da16f82ca1ebab877 (diff) | |
parent | b66d61a8d07718ad496080c86e6f4299e50d7c55 (diff) | |
download | CMake-82bbf976d13f662c18bb20b3ab4129560071b799.zip CMake-82bbf976d13f662c18bb20b3ab4129560071b799.tar.gz CMake-82bbf976d13f662c18bb20b3ab4129560071b799.tar.bz2 |
Merge topic 'ccmake-clear-aliases'
b66d61a8d0 cmGlobalGenerator: Do not persist alias targets across configures
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3529
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index b250dd7..ec4107b 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1679,6 +1679,7 @@ void cmGlobalGenerator::ClearGeneratorMembers() cmDeleteAll(this->LocalGenerators); this->LocalGenerators.clear(); + this->AliasTargets.clear(); this->ExportSets.clear(); this->TargetDependencies.clear(); this->TargetSearchIndex.clear(); |