diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index ecb595d..1838039 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -289,6 +289,8 @@ public: // ConvertToOutputPath use s_ForceUnixPaths static std::string ConvertToOutputPath(const char* path); + static void ConvertToOutputSlashes(std::string& path); + // ConvertToRunCommandPath does not use s_ForceUnixPaths and should // be used when RunCommand is called from cmake, because the // running cmake needs paths to be in its format |