diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-08-28 18:55:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-08-28 18:55:14 (GMT) |
commit | f85fc7cda1e6caa625eee71019bcb57c932ba0ab (patch) | |
tree | 00cf524d05948f56bce508297a6187e8431748c9 /Source/cmSystemTools.h | |
parent | 1df66821a38faf1849bbeaf95297ace71ff4f401 (diff) | |
download | CMake-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.h | 5 |
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. */ |