summaryrefslogtreecommitdiff
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2013-11-20 21:24:54 -0700
committerClinton Stimpson <clinton@elemtech.com>2013-11-20 21:24:54 -0700
commitb56698737463b2cfcc282c2ef412e89fb28d2c9e (patch)
tree1375f58eba9a51f7459da50c94608196f8c9c319 /Source/QtDialog
parenta61025135b1c1ceea9634973b983bd3e47be8bdd (diff)
downloadcmake-b56698737463b2cfcc282c2ef412e89fb28d2c9e.tar.gz
cmake-gui: Configure again if a variable is changed before Generate is pushed.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.cxx b/Source/QtDialog/CMakeSetupDialog.cxx
index a7665c8843..c146bc57bb 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -946,6 +946,7 @@ void CMakeSetupDialog::saveBuildPaths(const QStringList& paths)
void CMakeSetupDialog::setCacheModified()
{
this->CacheModified = true;
+ this->ConfigureNeeded = true;
this->enterState(ReadyConfigure);
}