[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3335-g23da88d

Rolf Eike Beer eike at sf-mail.de
Fri May 23 13:47:42 EDT 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  23da88d92ff4ea2aa0cf311f611e21ba3e8b785f (commit)
       via  b8d6ab6040e23694e3486a3549dfa9d624dd6a61 (commit)
      from  9fb4859d949881e196c60e90a92cfbd616f3744f (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=23da88d92ff4ea2aa0cf311f611e21ba3e8b785f
commit 23da88d92ff4ea2aa0cf311f611e21ba3e8b785f
Merge: 9fb4859 b8d6ab6
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri May 23 13:47:41 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 23 13:47:41 2014 -0400

    Merge topic 'doc-CTEST_BUILD_FLAGS' into next
    
    b8d6ab60 Help: describe CTEST_BUILD_FLAGS


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b8d6ab6040e23694e3486a3549dfa9d624dd6a61
commit b8d6ab6040e23694e3486a3549dfa9d624dd6a61
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Fri May 23 19:45:33 2014 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Fri May 23 19:45:33 2014 +0200

    Help: describe CTEST_BUILD_FLAGS

diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst
index ac2a0c1..1347b42 100644
--- a/Help/command/ctest_build.rst
+++ b/Help/command/ctest_build.rst
@@ -22,3 +22,8 @@ of build errors and warnings detected.
 The APPEND option marks results for append to those previously
 submitted to a dashboard server since the last ctest_start.  Append
 semantics are defined by the dashboard server in use.
+
+If set the contents of the variable CTEST_BUILD_FLAGS are passed as
+additional arguments to the underlying build command. This can e.g. be
+used to trigger a parallel build using the -j option of make. See
+:module:`ProcessorCount` for an example.

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

Summary of changes:
 Help/command/ctest_build.rst |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list