summaryrefslogtreecommitdiffstats
path: root/Modules/CPack.cmake
diff options
context:
space:
mode:
authorTimo Rothenpieler <btbn@btbn.de>2014-02-04 17:40:45 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2014-02-08 18:19:33 (GMT)
commitb78d74de64c989444210b203fb8f1183b2fd0929 (patch)
tree906011a033416fd26cc077feb8a1ef3ae0875cee /Modules/CPack.cmake
parentd58280949745660508aa203335dca9b1368817fe (diff)
downloadCMake-b78d74de64c989444210b203fb8f1183b2fd0929.zip
CMake-b78d74de64c989444210b203fb8f1183b2fd0929.tar.gz
CMake-b78d74de64c989444210b203fb8f1183b2fd0929.tar.bz2
CPackWiX: Add support for CPACK_CREATE_DESKTOP_LINKS
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r--Modules/CPack.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake
index ccc36eb..89547af 100644
--- a/Modules/CPack.cmake
+++ b/Modules/CPack.cmake
@@ -174,7 +174,7 @@
# create Start Menu shortcuts. For example, setting this to the list
# ccmake;CMake will create a shortcut named "CMake" that will execute the
# installed executable ccmake. Not all CPack generators use it (at least
-# NSIS and OSXX11 do).
+# NSIS, WIX and OSXX11 do).
#
# .. variable:: CPACK_STRIP_FILES
#
@@ -261,6 +261,8 @@
# .. variable:: CPACK_CREATE_DESKTOP_LINKS
#
# List of desktop links to create.
+# Each desktop link requires a corresponding start menu shortcut
+# as created by :variable:`CPACK_PACKAGE_EXECUTABLES`.
#=============================================================================
# Copyright 2006-2009 Kitware, Inc.