mirror of
https://github.com/reactos/CMake.git
synced 2025-04-04 16:21:40 +00:00
don't allow consecutive generates without a configure.
This commit is contained in:
parent
58a616dea3
commit
08583fc58e
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user