mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-06 06:38:37 -06:00
minor fix
This commit is contained in:
@@ -1272,7 +1272,6 @@ bool RunCommandViaWin32(const char* command,
|
||||
}
|
||||
if ( !resProc.StartProcess(command, dir, verbose) )
|
||||
{
|
||||
std::cout << "Problem starting command" << std::endl;
|
||||
return false;
|
||||
}
|
||||
resProc.Wait(timeout);
|
||||
|
||||
Reference in New Issue
Block a user