diff options
author | Brad King <brad.king@kitware.com> | 2007-03-12 13:50:28 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-12 13:50:28 -0400 |
commit | e01cdf2065d93cdbb873999b45414133978860b2 (patch) | |
tree | f50fd8e9ba30e1bd19faf827952058a311ae2dbe /Source/cmSystemTools.h | |
parent | 558dbc84adab239ab3043d0efd0891f9a995161e (diff) | |
download | cmake-e01cdf2065d93cdbb873999b45414133978860b2.tar.gz |
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 1838039dbb..f785358c4f 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -297,7 +297,6 @@ public: static std::string ConvertToRunCommandPath(const char* path); //! Check if the first string ends with the second one. static bool StringEndsWith(const char* str1, const char* str2); - static bool CreateSymlink(const char* origName, const char* newName); /** compute the relative path from local to remote. local must be a directory. remote can be a file or a directory. |