[Cmake-commits] CMake branch, next, updated. v3.1.0-rc2-622-gd15bc29

Brad King brad.king at kitware.com
Fri Nov 14 11:40:00 EST 2014


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  d15bc29276a3131b32931a3223776754e4256234 (commit)
       via  c70ee23b7708bd0e1749812bac74d92587a9099b (commit)
      from  5837e3627e52761e34e72103bd37a0ff6ea256ef (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=d15bc29276a3131b32931a3223776754e4256234
commit d15bc29276a3131b32931a3223776754e4256234
Merge: 5837e36 c70ee23
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 11:39:59 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 14 11:39:59 2014 -0500

    Merge topic 'console-pool' into next
    
    c70ee23b cmCustomCommand: Add missing member initializer


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c70ee23b7708bd0e1749812bac74d92587a9099b
commit c70ee23b7708bd0e1749812bac74d92587a9099b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 14 11:39:18 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Nov 14 11:39:18 2014 -0500

    cmCustomCommand: Add missing member initializer

diff --git a/Source/cmCustomCommand.cxx b/Source/cmCustomCommand.cxx
index ad1c11b..45369cc 100644
--- a/Source/cmCustomCommand.cxx
+++ b/Source/cmCustomCommand.cxx
@@ -22,6 +22,7 @@ cmCustomCommand::cmCustomCommand()
   this->HaveComment = false;
   this->EscapeOldStyle = true;
   this->EscapeAllowMakeVars = false;
+  this->UsesTerminal = false;
 }
 
 //----------------------------------------------------------------------------

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

Summary of changes:
 Source/cmCustomCommand.cxx |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list