summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-12 17:50:28 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-12 17:50:28 (GMT)
commite01cdf2065d93cdbb873999b45414133978860b2 (patch)
treef50fd8e9ba30e1bd19faf827952058a311ae2dbe /Source/cmSystemTools.h
parent558dbc84adab239ab3043d0efd0891f9a995161e (diff)
downloadCMake-e01cdf2065d93cdbb873999b45414133978860b2.zip
CMake-e01cdf2065d93cdbb873999b45414133978860b2.tar.gz
CMake-e01cdf2065d93cdbb873999b45414133978860b2.tar.bz2
ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 1838039..f785358 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.