mirror of
https://github.com/reactos/CMake.git
synced 2025-01-19 01:42:18 +00:00
Merge topic 'cmake-gui-thread-wait'
2c050a2 cmake-gui: Wait for configure/generate thread to complete before exiting.
This commit is contained in:
commit
17c65d1c44
@ -288,7 +288,7 @@ CMakeSetupDialog::~CMakeSetupDialog()
|
||||
|
||||
// wait for thread to stop
|
||||
this->CMakeThread->quit();
|
||||
this->CMakeThread->wait(2000);
|
||||
this->CMakeThread->wait();
|
||||
}
|
||||
|
||||
bool CMakeSetupDialog::prepareConfigure()
|
||||
|
Loading…
x
Reference in New Issue
Block a user