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…
Reference in New Issue