diff options
author | David Cole <david.cole@kitware.com> | 2012-07-09 18:21:42 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-07-09 18:21:42 (GMT) |
commit | 82a5dab47bae39075fbcbca574803817fbb04338 (patch) | |
tree | 9442a79d264377f77842e6d7dc0dcfe2530e6325 /Source | |
parent | 7d06b4bef7be4a5dd38b79fa74b024f93cead91a (diff) | |
parent | f7365f57759118494729ed8b8384ab77b27d4aeb (diff) | |
download | CMake-82a5dab47bae39075fbcbca574803817fbb04338.zip CMake-82a5dab47bae39075fbcbca574803817fbb04338.tar.gz CMake-82a5dab47bae39075fbcbca574803817fbb04338.tar.bz2 |
Merge topic 'documentUndefinedCOMPONENT'
f7365f5 Enhance documentation of install command w.r.t. the "Undefined" component.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmInstallCommand.h | 5 |
1 files changed, 4 insertions, 1 deletions
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" |