mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-21 06:00:51 -06:00
don't allow consecutive generates without a configure.
This commit is contained in:
@@ -342,7 +342,7 @@ void CMakeSetupDialog::finishConfigure(int err)
|
||||
|
||||
void CMakeSetupDialog::finishGenerate(int err)
|
||||
{
|
||||
this->enterState(ReadyGenerate);
|
||||
this->enterState(ReadyConfigure);
|
||||
if(err != 0)
|
||||
{
|
||||
QMessageBox::critical(this, tr("Error"),
|
||||
|
||||
Reference in New Issue
Block a user