diff options
author | Brad King <brad.king@kitware.com> | 2015-01-14 15:34:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-14 15:34:10 (GMT) |
commit | a08a444bab783ffe8ca02ddf6a06d3c7be5983e3 (patch) | |
tree | 674af7ade77af3ed30283c275137410de8413686 /Source | |
parent | 86d6ab06edfc000a7d6a405726887562e6e2f338 (diff) | |
parent | 23f3798c7b38ef7274f318ab90f1788b569dbc5d (diff) | |
download | CMake-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.cxx | 1 |
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) |