mirror of
https://github.com/reactos/CMake.git
synced 2025-02-18 10:38:05 +00:00
Ok, now cd will work on windows
This commit is contained in:
parent
8dd1602574
commit
23deae1040
@ -1260,7 +1260,7 @@ bool RunCommandViaSystem(const char* command,
|
||||
if(dir)
|
||||
{
|
||||
commandInDir = "cd ";
|
||||
commandInDir += dir;
|
||||
commandInDir += cmSystemTools::ConvertToOutputPath(dir);
|
||||
commandInDir += " && ";
|
||||
commandInDir += command;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user