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/cmLocalGenerator.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/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index bea6c67..4012cdf 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -69,9 +69,6 @@ public: ///! Set the Global Generator, done on creation by the GlobalGenerator void SetGlobalGenerator(cmGlobalGenerator *gg); - - /** Get the full name of the target's file, without path. */ - std::string GetFullTargetName(const char* n, const cmTarget& t); /** * Convert the given remote path to a relative path with respect to |