diff options
author | Brad King <brad.king@kitware.com> | 2013-11-22 13:40:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-22 13:40:29 (GMT) |
commit | ed0b342603fff46534dbb956f4a4354f05be2c16 (patch) | |
tree | f8f79e1a53f61145fbd397835f83593a30ce0b05 | |
parent | 851e77a4fc2b4f76e0c82adf572e7409ae4350d8 (diff) | |
parent | b56698737463b2cfcc282c2ef412e89fb28d2c9e (diff) | |
download | CMake-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.
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.cxx | 1 |
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); } |