mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 13:30:39 +00:00
ENH: make sure command is unix style as it may have been sent into cmake as a windows path
This commit is contained in:
parent
456f01e35b
commit
bb08b88cc4
@ -42,6 +42,7 @@ void cmTest::SetCommand(const char* command)
|
||||
command = "";
|
||||
}
|
||||
this->Command = command;
|
||||
cmSystemTools::ConvertToUnixSlashes(this->Command);
|
||||
}
|
||||
|
||||
void cmTest::SetArguments(const std::vector<cmStdString>& args)
|
||||
|
Loading…
Reference in New Issue
Block a user