diff options
author | Brad King <brad.king@kitware.com> | 2008-02-13 20:29:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-02-13 20:29:55 (GMT) |
commit | 98621ecfaa4794cf934011205ca1d9832600f14d (patch) | |
tree | de4fc9b08ac939bf87974058cebf9d06bd5b950c /Source/cmComputeLinkDepends.h | |
parent | ad95a57509380ba9050379a76dec305f4957eab7 (diff) | |
download | CMake-98621ecfaa4794cf934011205ca1d9832600f14d.zip CMake-98621ecfaa4794cf934011205ca1d9832600f14d.tar.gz CMake-98621ecfaa4794cf934011205ca1d9832600f14d.tar.bz2 |
BUG: Update cmComputeLinkDepends to support leading/trailing whitespace stripping off link items for compatibility.
Diffstat (limited to 'Source/cmComputeLinkDepends.h')
-rw-r--r-- | Source/cmComputeLinkDepends.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkDepends.h b/Source/cmComputeLinkDepends.h index b81f8bc..c208909 100644 --- a/Source/cmComputeLinkDepends.h +++ b/Source/cmComputeLinkDepends.h @@ -78,6 +78,7 @@ private: LinkLibraryVectorType const& libs); void AddLinkEntries(int depender_index, std::vector<std::string> const& libs); + std::string CleanItemName(std::string const& item); // One entry for each unique item. std::vector<LinkEntry> EntryList; |