diff options
author | Brad King <brad.king@kitware.com> | 2005-04-22 19:23:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-22 19:23:21 (GMT) |
commit | 1b71f4477beeb41e3924993b5d4b78eadc092ec8 (patch) | |
tree | cd6573e19ddb19b80adc278a528af356639cf130 /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 98d872c90e181e1f735cf5f801a5d18a0347cc96 (diff) | |
download | CMake-1b71f4477beeb41e3924993b5d4b78eadc092ec8.zip CMake-1b71f4477beeb41e3924993b5d4b78eadc092ec8.tar.gz CMake-1b71f4477beeb41e3924993b5d4b78eadc092ec8.tar.bz2 |
ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and removed cmLocalGenerator::GetFullTargetName and cmLocalUnixMakefileGenerator2::GetBaseTargetName. This functionality is more sensibly implemented in cmTarget. It is also needed for an upcoming feature in which both the shared and static versions of a library will be removed before one is linked.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h index 76bc75a..8f77b5e 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -221,7 +221,6 @@ protected: //========================================================================== bool SamePath(const char* path1, const char* path2); - std::string GetBaseTargetName(const cmTarget& t); void GetLibraryNames(const cmTarget& t, std::string& name, std::string& soName, std::string& realName, std::string& baseName); |