mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-19 22:38:33 -05:00
fix comment pb
This commit is contained in:
@@ -436,7 +436,7 @@ const char *cmSystemTools::ConvertToWindowsSlashes(std::string& path)
|
||||
return path.c_str();
|
||||
}
|
||||
|
||||
// convert Unix slashes / to Windows slashes \ and cleanup double \\
|
||||
// convert Unix slashes to Windows slashes and cleanup double slashes
|
||||
const char *cmSystemTools::ConvertToWindowsSlashesAndCleanUp(std::string& path)
|
||||
{
|
||||
cmSystemTools::ConvertToWindowsSlashes(path);
|
||||
|
||||
Reference in New Issue
Block a user