summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-22 13:40:29 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-22 13:40:29 (GMT)
commited0b342603fff46534dbb956f4a4354f05be2c16 (patch)
treef8f79e1a53f61145fbd397835f83593a30ce0b05 /Source/QtDialog
parent851e77a4fc2b4f76e0c82adf572e7409ae4350d8 (diff)
parentb56698737463b2cfcc282c2ef412e89fb28d2c9e (diff)
downloadCMake-ed0b342603fff46534dbb956f4a4354f05be2c16.zip
CMake-ed0b342603fff46534dbb956f4a4354f05be2c16.tar.gz
CMake-ed0b342603fff46534dbb956f4a4354f05be2c16.tar.bz2
Merge topic 'qt-dialog-reconfigure'
b566987 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 d482852..8565cad 100644
--- a/Source/QtDialog/CMakeSetupDialog.cxx
+++ b/Source/QtDialog/CMakeSetupDialog.cxx
@@ -950,6 +950,7 @@ void CMakeSetupDialog::saveBuildPaths(const QStringList& paths)
void CMakeSetupDialog::setCacheModified()
{
this->CacheModified = true;
+ this->ConfigureNeeded = true;
this->enterState(ReadyConfigure);
}