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