diff options
Diffstat (limited to 'Source/cmTest.cxx')
-rw-r--r-- | Source/cmTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTest.cxx b/Source/cmTest.cxx index affff8a..ee7d952 100644 --- a/Source/cmTest.cxx +++ b/Source/cmTest.cxx @@ -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) |