Skip to content
Snippets Groups Projects
Commit 188ec132 authored by Ken Martin's avatar Ken Martin
Browse files

ENH: by Bill make sure path is unix style

parent 67f71d82
No related branches found
No related tags found
No related merge requests found
......@@ -2389,6 +2389,7 @@ kwsys_stl::string SystemTools::CollapseFullPath(const char* in_path,
SystemTools::CheckTranslationPath(newPath);
#ifdef _WIN32
newPath = SystemTools::GetActualCaseForPath(newPath.c_str());
SystemTools::ConvertToUnixSlashes(newPath);
#endif
// Return the reconstructed path.
return newPath;
......
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