summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorRoman Wüger <roman.wueger@gmx.at>2016-09-23 09:28:35 +0200
committerBrad King <brad.king@kitware.com>2016-09-26 09:01:59 -0400
commit06dea230ae7bb082a4b8fd38226791d0025792a8 (patch)
treeb2c9e254b0c211a0bb502614c555baa76f47806b /Modules
parentd0a27ae998e5ff313937f346b53d672c6353bd74 (diff)
downloadcmake-06dea230ae7bb082a4b8fd38226791d0025792a8.tar.gz
CPack/NSIS: Add custom component install directory
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackNSIS.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/CPackNSIS.cmake b/Modules/CPackNSIS.cmake
index db5984a66a..4693ce5ac2 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.