summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-03-27 21:05:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-03-27 21:05:11 (GMT)
commit7dcfdf5005adf43a13c48a917066d8bc115d0d96 (patch)
tree628ce1ba15674f596b63b7dbf1477cc9c9bc2902 /Source/kwsys/SystemTools.hxx.in
parent4f88f7e4deca19e5b3955c32c6d3f9f960a8ea01 (diff)
downloadCMake-7dcfdf5005adf43a13c48a917066d8bc115d0d96.zip
CMake-7dcfdf5005adf43a13c48a917066d8bc115d0d96.tar.gz
CMake-7dcfdf5005adf43a13c48a917066d8bc115d0d96.tar.bz2
BUG: fix install problem on make and allow symlinks to cmake bin directory
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index d7f11ca..29f451c 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -350,6 +350,11 @@ public:
static kwsys_stl::string CollapseFullPath(const char* in_relative,
const char* in_base);
+ /**
+ * Get the real path for a given path, removing all symlinks.
+ */
+ static kwsys_stl::string GetRealPath(const char* path);
+
/**
* Split a path name into its root component and the rest of the
* path. The root component is one of the following: