mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
cmake-gui: Wait for configure/generate thread to complete before exiting.
A prevous fix to interrupt granularity makes it so we don't have to wait very long.
This commit is contained in:
@@ -288,7 +288,7 @@ CMakeSetupDialog::~CMakeSetupDialog()
|
||||
|
||||
// wait for thread to stop
|
||||
this->CMakeThread->quit();
|
||||
this->CMakeThread->wait(2000);
|
||||
this->CMakeThread->wait();
|
||||
}
|
||||
|
||||
bool CMakeSetupDialog::prepareConfigure()
|
||||
|
||||
Reference in New Issue
Block a user