diff options
author | Roman Wüger <roman.wueger@gmx.at> | 2016-09-23 07:28:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-26 13:01:59 (GMT) |
commit | 06dea230ae7bb082a4b8fd38226791d0025792a8 (patch) | |
tree | b2c9e254b0c211a0bb502614c555baa76f47806b /Modules | |
parent | d0a27ae998e5ff313937f346b53d672c6353bd74 (diff) | |
download | CMake-06dea230ae7bb082a4b8fd38226791d0025792a8.zip CMake-06dea230ae7bb082a4b8fd38226791d0025792a8.tar.gz CMake-06dea230ae7bb082a4b8fd38226791d0025792a8.tar.bz2 |
CPack/NSIS: Add custom component install directory
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackNSIS.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake index db5984a..4693ce5 100644 --- a/Modules/CPackNSIS.cmake +++ b/Modules/CPackNSIS.cmake @@ -96,6 +96,11 @@ # Contact information for questions and comments about the installation # process. # +# .. variable:: CPACK_NSIS_<compName>_INSTALL_DIRECTORY +# +# Custom install directory for the specified component <compName> instead +# of $INSTDIR. +# # .. variable:: CPACK_NSIS_CREATE_ICONS_EXTRA # # Additional NSIS commands for creating start menu shortcuts. |