Merge topic 'qt-dialog-reconfigure'

b566987 cmake-gui: Configure again if a variable is changed before Generate is pushed.
This commit is contained in:
Brad King 2013-11-22 08:40:29 -05:00 committed by CMake Topic Stage
commit ed0b342603
1 changed files with 1 additions and 0 deletions

View File

@ -950,6 +950,7 @@ void CMakeSetupDialog::saveBuildPaths(const QStringList& paths)
void CMakeSetupDialog::setCacheModified()
{
this->CacheModified = true;
this->ConfigureNeeded = true;
this->enterState(ReadyConfigure);
}