summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-05-18 16:21:57 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-05-18 16:23:41 (GMT)
commitab0a092e13fa2ddf4cdf072f11ecb7a593995f94 (patch)
tree1051dfdc6f680f5cb4403de63f65e27d231ff6d9 /Source/cmGeneratorTarget.cxx
parent31252bd3354bf90cf57b4717afaf3cc9950ba333 (diff)
parenta9f4f58f0c3837549c41479a177c864d3cfcf760 (diff)
downloadCMake-ab0a092e13fa2ddf4cdf072f11ecb7a593995f94.zip
CMake-ab0a092e13fa2ddf4cdf072f11ecb7a593995f94.tar.gz
CMake-ab0a092e13fa2ddf4cdf072f11ecb7a593995f94.tar.bz2
Merge topic 'fix-ClearSourcesCache'
a9f4f58f0c cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCache Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4751
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index a44126c..fb0512e 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -693,6 +693,7 @@ const char* cmGeneratorTarget::GetFileSuffixInternal(
void cmGeneratorTarget::ClearSourcesCache()
{
+ this->AllConfigSources.clear();
this->KindedSourcesMap.clear();
this->LinkImplementationLanguageIsContextDependent = true;
this->Objects.clear();