mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
Ok, now cd will work on windows
This commit is contained in:
@@ -1260,7 +1260,7 @@ bool RunCommandViaSystem(const char* command,
|
||||
if(dir)
|
||||
{
|
||||
commandInDir = "cd ";
|
||||
commandInDir += dir;
|
||||
commandInDir += cmSystemTools::ConvertToOutputPath(dir);
|
||||
commandInDir += " && ";
|
||||
commandInDir += command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user