summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorRoman Wüger <roman.wueger@gmx.at>2016-09-23 07:28:35 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-26 13:01:59 (GMT)
commit06dea230ae7bb082a4b8fd38226791d0025792a8 (patch)
treeb2c9e254b0c211a0bb502614c555baa76f47806b /Modules
parentd0a27ae998e5ff313937f346b53d672c6353bd74 (diff)
downloadCMake-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.cmake5
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.