summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2013-11-21 04:24:54 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2013-11-21 04:24:54 (GMT)
commitb56698737463b2cfcc282c2ef412e89fb28d2c9e (patch)
tree1375f58eba9a51f7459da50c94608196f8c9c319 /Source/QtDialog
parenta61025135b1c1ceea9634973b983bd3e47be8bdd (diff)
downloadCMake-b56698737463b2cfcc282c2ef412e89fb28d2c9e.zip
CMake-b56698737463b2cfcc282c2ef412e89fb28d2c9e.tar.gz
CMake-b56698737463b2cfcc282c2ef412e89fb28d2c9e.tar.bz2
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 a7665c8..c146bc5 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);
}