[Cmake-commits] CMake branch, next, updated. v2.8.9-705-g694086e

Brad King brad.king at kitware.com
Mon Sep 24 11:30:32 EDT 2012


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  694086e5ab99ecfa29cdeaf4c7824dd2ee890399 (commit)
       via  134bfe1a1b11ab1305955b0a3670d0156e89ba1c (commit)
      from  c075236528fb16f3e123f48affe2dd2a7ee0ba6f (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=694086e5ab99ecfa29cdeaf4c7824dd2ee890399
commit 694086e5ab99ecfa29cdeaf4c7824dd2ee890399
Merge: c075236 134bfe1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 24 11:30:23 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 24 11:30:23 2012 -0400

    Merge topic 'ctest-svn-non-interactive' into next
    
    134bfe1 ctest_update: Teach DartConfiguration.tcl about SVNOptions


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=134bfe1a1b11ab1305955b0a3670d0156e89ba1c
commit 134bfe1a1b11ab1305955b0a3670d0156e89ba1c
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Sep 24 11:28:37 2012 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Sep 24 11:28:37 2012 -0400

    ctest_update: Teach DartConfiguration.tcl about SVNOptions
    
    The parent commit added SVNOptions/CTEST_SVN_OPTIONS.  In order for
    "ctest -D" or "ctest -M" to pick up these options in a build tree they
    must be recorded in DartConfiguration.tcl.

diff --git a/Modules/DartConfiguration.tcl.in b/Modules/DartConfiguration.tcl.in
index ad7f805..9e49ac7 100644
--- a/Modules/DartConfiguration.tcl.in
+++ b/Modules/DartConfiguration.tcl.in
@@ -44,6 +44,7 @@ CVSUpdateOptions: @CVS_UPDATE_OPTIONS@
 
 # Subversion options
 SVNCommand: @SVNCOMMAND@
+SVNOptions: @CTEST_SVN_OPTIONS@
 SVNUpdateOptions: @SVN_UPDATE_OPTIONS@
 
 # Git options

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

Summary of changes:
 Modules/DartConfiguration.tcl.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list