diff options
author | Clinton Stimpson <clinton@elemtech.com> | 2013-05-14 04:20:24 (GMT) |
---|---|---|
committer | Clinton Stimpson <clinton@elemtech.com> | 2013-05-14 04:22:45 (GMT) |
commit | 3fde03cd8c70de19512a8b0bee4dcc16db31f68b (patch) | |
tree | cad965a52b972ce3e35b0d2df4c5fd6793a50960 /Modules | |
parent | 26ad32031c41e44f4f641254bfc69f0e34bf9131 (diff) | |
download | CMake-3fde03cd8c70de19512a8b0bee4dcc16db31f68b.zip CMake-3fde03cd8c70de19512a8b0bee4dcc16db31f68b.tar.gz CMake-3fde03cd8c70de19512a8b0bee4dcc16db31f68b.tar.bz2 |
Improve documentation for CPACK_PACKAGE_INSTALL_REGISTRY_KEY.
Fixes issue 13787.
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. |