summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-01-14 15:34:10 (GMT)
committerBrad King <brad.king@kitware.com>2015-01-14 15:34:10 (GMT)
commita08a444bab783ffe8ca02ddf6a06d3c7be5983e3 (patch)
tree674af7ade77af3ed30283c275137410de8413686 /Source
parent86d6ab06edfc000a7d6a405726887562e6e2f338 (diff)
parent23f3798c7b38ef7274f318ab90f1788b569dbc5d (diff)
downloadCMake-a08a444bab783ffe8ca02ddf6a06d3c7be5983e3.zip
CMake-a08a444bab783ffe8ca02ddf6a06d3c7be5983e3.tar.gz
CMake-a08a444bab783ffe8ca02ddf6a06d3c7be5983e3.tar.bz2
Merge branch 'fix-LOCATION-with-TARGET_OBJECTS' into release
Diffstat (limited to 'Source')
-rw-r--r--Source/cmTarget.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index ad1c83e..4ebc1ce 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -547,6 +547,7 @@ void cmTarget::ClearLinkMaps()
this->Internal->LinkInterfaceMap.clear();
this->Internal->LinkInterfaceUsageRequirementsOnlyMap.clear();
this->Internal->LinkClosureMap.clear();
+ this->Internal->SourceFilesMap.clear();
for (cmTargetLinkInformationMap::const_iterator it
= this->LinkInformation.begin();
it != this->LinkInformation.end(); ++it)