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…
Reference in New Issue