cmake-gui: Configure again if a variable is changed before Generate is pushed.

This commit is contained in:
Clinton Stimpson 2013-11-20 21:24:54 -07:00
parent a61025135b
commit b566987374
1 changed files with 1 additions and 0 deletions

View File

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