diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index bec389f..c2b972d 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -1999,6 +1999,8 @@ void cmGlobalGenerator::ClearGeneratorMembers() this->DirectoryContentMap.clear(); this->BinaryDirectories.clear(); this->GeneratedFiles.clear(); + this->RuntimeDependencySets.clear(); + this->RuntimeDependencySetsByName.clear(); } void cmGlobalGenerator::ComputeTargetObjectDirectory( |