Skip to content
Snippets Groups Projects
Commit c3785989 authored by Andy Cedilnik's avatar Andy Cedilnik
Browse files

ENH: Expose ConvertToUnixOutputPath

parent db09218c
No related branches found
No related tags found
No related merge requests found
......@@ -653,13 +653,14 @@ public:
*/
static kwsys_stl::string GetOperatingSystemNameAndVersion();
protected:
// these two functions can be called from ConvertToOutputPath
/**
* Convert the path to a string that can be used in a unix makefile.
* double slashes are removed, and spaces are escaped.
*/
static kwsys_stl::string ConvertToUnixOutputPath(const char*);
protected:
// these two functions can be called from ConvertToOutputPath
/**
* Convert the path to string that can be used in a windows project or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment