mirror of
https://github.com/reactos/CMake.git
synced 2024-11-30 23:10:26 +00:00
BUG: If working directory does not exists, exit
This commit is contained in:
parent
c1ba581da4
commit
9cf5bb4bb0
@ -547,6 +547,7 @@ void kwsysProcess_Execute(kwsysProcess* cp)
|
||||
if(r < 0)
|
||||
{
|
||||
kwsysProcessCleanup(cp, 1);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user