[Cmake-commits] CMake branch, next, updated. v2.8.12.1-5572-gbe5a136

Clinton Stimpson clinton at elemtech.com
Wed Nov 20 23:26:43 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  be5a1368299743dccb7a4d7abfb6bde99cdc4170 (commit)
       via  b56698737463b2cfcc282c2ef412e89fb28d2c9e (commit)
      from  7c2c3741568795e99273170c5189ff3445e92b0e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=be5a1368299743dccb7a4d7abfb6bde99cdc4170
commit be5a1368299743dccb7a4d7abfb6bde99cdc4170
Merge: 7c2c374 b566987
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Wed Nov 20 23:26:39 2013 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 20 23:26:39 2013 -0500

    Merge topic 'qt-dialog-reconfigure' into next
    
    b566987 cmake-gui: Configure again if a variable is changed before Generate is pushed.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b56698737463b2cfcc282c2ef412e89fb28d2c9e
commit b56698737463b2cfcc282c2ef412e89fb28d2c9e
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Wed Nov 20 21:24:54 2013 -0700
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Wed Nov 20 21:24:54 2013 -0700

    cmake-gui: Configure again if a variable is changed before Generate is pushed.

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);
 }
 

-----------------------------------------------------------------------

Summary of changes:
 Source/QtDialog/CMakeSetupDialog.cxx |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list