mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
BUG: If working directory does not exists, exit
This commit is contained in:
@@ -547,6 +547,7 @@ void kwsysProcess_Execute(kwsysProcess* cp)
|
||||
if(r < 0)
|
||||
{
|
||||
kwsysProcessCleanup(cp, 1);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user