BUG: Added space after /clean to avoid putting it together with the build configuration. This fixes the failure of the complext test on the second run in the same tree.
This commit is contained in:
parent
da34e811a9
commit
1c6f9716c3
|
@ -75,7 +75,7 @@ std::string cmGlobalVisualStudio7Generator::GenerateBuildCommand(const char* mak
|
|||
}
|
||||
if(clean)
|
||||
{
|
||||
makeCommand += "/clean";
|
||||
makeCommand += "/clean ";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue