mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
Merge topic 'cmake-gui-interrupt-error'
52ec845 cmake-gui: Fix error status when interrupted.
This commit is contained in:
@@ -92,7 +92,8 @@ public:
|
||||
static bool GetErrorOccuredFlag()
|
||||
{
|
||||
return cmSystemTools::s_ErrorOccured ||
|
||||
cmSystemTools::s_FatalErrorOccured;
|
||||
cmSystemTools::s_FatalErrorOccured ||
|
||||
GetInterruptFlag();
|
||||
}
|
||||
///! If this is set to true, cmake stops processing commands.
|
||||
static void SetFatalErrorOccured()
|
||||
|
||||
Reference in New Issue
Block a user