cmake-gui: Configure again if a variable is changed before Generate is pushed.
This commit is contained in:
parent
a61025135b
commit
b566987374
@ -946,6 +946,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user