diff options
author | Brad King <brad.king@kitware.com> | 2008-01-22 15:05:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-01-22 15:05:27 (GMT) |
commit | ceb716575e837c35747d78caafec9f38fb7da347 (patch) | |
tree | 4255fae777cb2efe23d3f3f1666ae1ca36e94343 /Source/cmComputeLinkInformation.h | |
parent | d2d18fb56584b1446981986a3ab0440cacd42e41 (diff) | |
download | CMake-ceb716575e837c35747d78caafec9f38fb7da347.zip CMake-ceb716575e837c35747d78caafec9f38fb7da347.tar.gz CMake-ceb716575e837c35747d78caafec9f38fb7da347.tar.bz2 |
BUG: When a library file name is linked without a path make sure the link type is restored after the -l option.
Diffstat (limited to 'Source/cmComputeLinkInformation.h')
-rw-r--r-- | Source/cmComputeLinkInformation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.h b/Source/cmComputeLinkInformation.h index d8a1374..e45ac9f 100644 --- a/Source/cmComputeLinkInformation.h +++ b/Source/cmComputeLinkInformation.h @@ -102,6 +102,8 @@ private: std::string NoCaseExpression(const char* str); // Handling of link items that are not targets or full file paths. + void AddTargetItem(std::string const& item, cmTarget* target); + void AddFullItem(std::string const& item); void AddUserItem(std::string const& item); void AddDirectoryItem(std::string const& item); void AddFrameworkItem(std::string const& item); |