diff options
author | Brad King <brad.king@kitware.com> | 2013-05-16 18:38:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-05-16 18:38:43 (GMT) |
commit | 86cecd1c6b4b7dfba99d4eb9e2546c47b79e8503 (patch) | |
tree | 22f1ab096d77fbe2a49c92677d5e712657bd9421 /Modules | |
parent | f122dd3d4732d086106e24dc5d78793d4c256a2b (diff) | |
parent | 3fde03cd8c70de19512a8b0bee4dcc16db31f68b (diff) | |
download | CMake-86cecd1c6b4b7dfba99d4eb9e2546c47b79e8503.zip CMake-86cecd1c6b4b7dfba99d4eb9e2546c47b79e8503.tar.gz CMake-86cecd1c6b4b7dfba99d4eb9e2546c47b79e8503.tar.bz2 |
Merge topic 'cpack-reg-key-doc'
3fde03c Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPack.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 42d3c0c..b0260ab 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -263,8 +263,8 @@ # ##variable # CPACK_PACKAGE_INSTALL_REGISTRY_KEY - Registry key used when -# installing this project. This is only used -# by installer for Windows. +# installing this project. This is only used by installer for Windows. +# The default value is based on the installation directory. ##end ##variable # CPACK_CREATE_DESKTOP_LINKS - List of desktop links to create. |