mirror of
https://github.com/reactos/CMake.git
synced 2025-02-20 20:00:52 +00:00
fix comment pb
This commit is contained in:
parent
5ac8ecd9d2
commit
9c3fc67d00
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user