[Cmake-commits] CMake branch, next, updated. v2.8.1-1411-ge8c40d3

Zach Mullen zach.mullen at kitware.com
Tue Jun 15 10:43:52 EDT 2010


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  e8c40d338ee362ca71b1e1e52f20e7a9ffabe5a6 (commit)
       via  6e7f182318dbdd3ba651dbfb39140d7c3fc26068 (commit)
      from  5919d6733b5ca1fbdc6b3a4bbd85bf7059a0a8c8 (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=e8c40d338ee362ca71b1e1e52f20e7a9ffabe5a6
commit e8c40d338ee362ca71b1e1e52f20e7a9ffabe5a6
Merge: 5919d67 6e7f182
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Tue Jun 15 10:43:48 2010 -0400

    Merge branch 'doc_ctest_build_target' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e7f182318dbdd3ba651dbfb39140d7c3fc26068
commit 6e7f182318dbdd3ba651dbfb39140d7c3fc26068
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Tue Jun 15 10:43:30 2010 -0400

    Document ctest_build() TARGET option

diff --git a/Source/CTest/cmCTestBuildCommand.h b/Source/CTest/cmCTestBuildCommand.h
index 228067e..9eb4907 100644
--- a/Source/CTest/cmCTestBuildCommand.h
+++ b/Source/CTest/cmCTestBuildCommand.h
@@ -60,10 +60,12 @@ public:
   virtual const char* GetFullDocumentation()
     {
     return
-      "  ctest_build([BUILD build_dir] [RETURN_VALUE res] [APPEND]\n"
-      "              [NUMBER_ERRORS val] [NUMBER_WARNINGS val])\n"
+      "  ctest_build([BUILD build_dir] [TARGET target] [RETURN_VALUE res]\n"
+      "              [APPEND][NUMBER_ERRORS val] [NUMBER_WARNINGS val])\n"
       "Builds the given build directory and stores results in Build.xml. "
-      "If no BUILD is given, the CTEST_BINARY_DIRECTORY variable is used. "
+      "If no BUILD is given, the CTEST_BINARY_DIRECTORY variable is used.\n"
+      "The TARGET variable can be used to specify a build target.  If none "
+      "is specified, the \"all\" target will be built.\n"
       "The RETURN_VALUE option specifies a variable in which to store the "
       "return value of the native build tool. "
       "The NUMBER_ERRORS and NUMBER_WARNINGS options specify variables in "

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

Summary of changes:
 Source/CTest/cmCTestBuildCommand.h |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list