summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-28 18:55:14 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-08-28 18:55:14 (GMT)
commitf85fc7cda1e6caa625eee71019bcb57c932ba0ab (patch)
tree00cf524d05948f56bce508297a6187e8431748c9 /Source/cmSystemTools.h
parent1df66821a38faf1849bbeaf95297ace71ff4f401 (diff)
downloadCMake-f85fc7cda1e6caa625eee71019bcb57c932ba0ab.zip
CMake-f85fc7cda1e6caa625eee71019bcb57c932ba0ab.tar.gz
CMake-f85fc7cda1e6caa625eee71019bcb57c932ba0ab.tar.bz2
better network build support
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index c63da9b..75c53d3 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -73,6 +73,11 @@ public:
static void ExpandRegistryValues(std::string& source);
/**
+ * make sure on windows that paths with // are converted to \\
+ */
+ static std::string HandleNetworkPaths(const char*);
+
+ /**
* Return a string equivalent to the input string, but with all " " replaced
* with "\ " to escape the spaces.
*/