[Cmake-commits] CMake branch, next, updated. v2.8.8-3304-g61b157f

Eric Noulard eric.noulard at gmail.com
Thu Jun 21 14:53:02 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  61b157fb73046d4015e7800639ecafbeec623c4b (commit)
       via  f7365f57759118494729ed8b8384ab77b27d4aeb (commit)
      from  cc41738f2da7aa7eabe93fd618c3ddcac10abbb2 (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=61b157fb73046d4015e7800639ecafbeec623c4b
commit 61b157fb73046d4015e7800639ecafbeec623c4b
Merge: cc41738 f7365f5
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Thu Jun 21 14:53:00 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 21 14:53:00 2012 -0400

    Merge topic 'documentUndefinedCOMPONENT' into next
    
    f7365f5 Enhance documentation of install command w.r.t. the "Undefined" component.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f7365f57759118494729ed8b8384ab77b27d4aeb
commit f7365f57759118494729ed8b8384ab77b27d4aeb
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Thu Jun 21 20:49:16 2012 +0200
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Thu Jun 21 20:49:16 2012 +0200

    Enhance documentation of install command w.r.t. the "Undefined" component.
    
    Inspired-By: Bill Lorensen on the mailing list.

diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h
index bf9fd9e..76e622e 100644
--- a/Source/cmInstallCommand.h
+++ b/Source/cmInstallCommand.h
@@ -85,7 +85,10 @@ public:
       "with which the install rule is associated, such as \"runtime\" or "
       "\"development\".  During component-specific installation only "
       "install rules associated with the given component name will be "
-      "executed.  During a full installation all components are installed.\n"
+      "executed.  During a full installation all components are installed."
+      " If COMPONENT is not provided a default component \"Unspecified\" is"
+      " created. The default component name may be controlled with the "
+      "CMAKE_INSTALL_DEFAULT_COMPONENT_NAME variable.\n"
       "The RENAME argument specifies a name for an installed file that "
       "may be different from the original file.  Renaming is allowed only "
       "when a single file is installed by the command.\n"

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

Summary of changes:
 Source/cmInstallCommand.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list