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)
|
if(dir)
|
||||||
{
|
{
|
||||||
commandInDir = "cd ";
|
commandInDir = "cd ";
|
||||||
commandInDir += dir;
|
commandInDir += cmSystemTools::ConvertToOutputPath(dir);
|
||||||
commandInDir += " && ";
|
commandInDir += " && ";
|
||||||
commandInDir += command;
|
commandInDir += command;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue