diff options
author | Brad King <brad.king@kitware.com> | 2005-02-10 15:32:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-02-10 15:32:53 (GMT) |
commit | 4bf8aa62933f9ceac89628101ec6190a794b3c79 (patch) | |
tree | 1a7fca0b3d3c95d519afb38782d78794af006356 /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 52a6bb1bca5f5a79bac95bf3200b78593d830716 (diff) | |
download | CMake-4bf8aa62933f9ceac89628101ec6190a794b3c79.zip CMake-4bf8aa62933f9ceac89628101ec6190a794b3c79.tar.gz CMake-4bf8aa62933f9ceac89628101ec6190a794b3c79.tar.bz2 |
ENH: Added SystemTools::SplitPath method to split any file path into its basic components.
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 0da8998..9127910 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -166,7 +166,6 @@ protected: std::string ConvertToRelativePath(const char* p); std::string ConvertToRelativeOutputPath(const char* p); virtual void ConfigureOutputPaths(); - void SplitFullPath(const char* p, std::vector<std::string>& components); bool ComparePath(const char* c1, const char* c2); void AppendTargetDepends(std::vector<std::string>& depends, |