diff options
author | Brad King <brad.king@kitware.com> | 2015-01-15 14:53:59 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-15 14:53:59 (GMT) |
commit | 44612e74075f751b01950dd0f00e86d61f9ba05a (patch) | |
tree | 03fc85b20bc6a52502018c05f76a190e93ae3dd1 /Source/cmTarget.cxx | |
parent | fa636e19ce42c7523c4858ea697376fe94080097 (diff) | |
parent | 23f3798c7b38ef7274f318ab90f1788b569dbc5d (diff) | |
download | CMake-44612e74075f751b01950dd0f00e86d61f9ba05a.zip CMake-44612e74075f751b01950dd0f00e86d61f9ba05a.tar.gz CMake-44612e74075f751b01950dd0f00e86d61f9ba05a.tar.bz2 |
Merge topic 'fix-LOCATION-with-TARGET_OBJECTS'
23f3798c cmTarget: Compute link language of TARGET_OBJECTS with CMP0026 OLD (#15338)
Diffstat (limited to 'Source/cmTarget.cxx')
-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 b138f0a..1c03bb1 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -544,6 +544,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) |