[Cmake-commits] CMake branch, next, updated. v2.8.11-2123-g25bc5de

Brad King brad.king at kitware.com
Tue May 21 15:28:13 EDT 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  25bc5deb7b43e9e7047ed27545c38c88013bb57f (commit)
       via  5d92c3de5b6d1861cb74cfa2333e693e258f3758 (commit)
      from  3bcd5fe77ce0f2e3a24f346a6bf31ee2796f8fdc (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=25bc5deb7b43e9e7047ed27545c38c88013bb57f
commit 25bc5deb7b43e9e7047ed27545c38c88013bb57f
Merge: 3bcd5fe 5d92c3d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 21 15:28:09 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue May 21 15:28:09 2013 -0400

    Merge topic 'ctest-parallel-env' into next
    
    5d92c3d CTest: Fix typo in CTEST_PARALLEL_LEVEL documentation


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d92c3de5b6d1861cb74cfa2333e693e258f3758
commit 5d92c3de5b6d1861cb74cfa2333e693e258f3758
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue May 21 15:25:27 2013 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue May 21 15:25:27 2013 -0400

    CTest: Fix typo in CTEST_PARALLEL_LEVEL documentation

diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 4b57ec3..e767a16 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -72,7 +72,7 @@ static const char * cmDocumentationOptions[][3] =
    "given number of jobs.",
    "This option tells ctest to run the tests in parallel using given "
    "number of jobs.  This option can also be set by setting "
-   "the environment variable CTEST_PARALLEL_LEVEL"},
+   "the environment variable CTEST_PARALLEL_LEVEL."},
   {"-Q,--quiet", "Make ctest quiet.",
     "This option will suppress all the output. The output log file will "
     "still be generated if the --output-log is specified. Options such "

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

Summary of changes:
 Source/ctest.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list