diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2013-11-21 04:24:54 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2013-11-21 04:24:54 (GMT) |
commit | b56698737463b2cfcc282c2ef412e89fb28d2c9e (patch) | |
tree | 1375f58eba9a51f7459da50c94608196f8c9c319 /Source/QtDialog | |
parent | a61025135b1c1ceea9634973b983bd3e47be8bdd (diff) | |
download | CMake-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.cxx | 1 |
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); } |