summaryrefslogtreecommitdiff
path: root/CMakeCPackOptions.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-11-07 13:11:58 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2007-11-07 13:11:58 -0500
commit87c22309b844176df1250f37ecef418b6856ddd6 (patch)
tree51046edc7411a3d5a8ce62a92f6f9f6d758dbbab /CMakeCPackOptions.cmake.in
parentc05f8aa70ed5837b75211483bddd9ae27012cd12 (diff)
downloadcmake-87c22309b844176df1250f37ecef418b6856ddd6.tar.gz
ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces in the name of the exectuable
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r--CMakeCPackOptions.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in
index f1be2e87ed..9175a5e974 100644
--- a/CMakeCPackOptions.cmake.in
+++ b/CMakeCPackOptions.cmake.in
@@ -20,7 +20,7 @@ if(CPACK_GENERATOR MATCHES "NSIS")
# tell cpack the executables you want in the start menu as links
SET(CPACK_PACKAGE_EXECUTABLES "CMakeSetup" "CMake" )
# tell cpack to create a desktop link to CMakeSetup
- SET(CPACK_CREATE_DESKTOP_LINK_CMakeSetup ON)
+ SET(CPACK_CREATE_DESKTOP_LINKS "CMakeSetup")
SET(CPACK_NSIS_INSTALLED_ICON_NAME "bin\\CMakeSetup.exe")
SET(CPACK_NSIS_DISPLAY_NAME "@CPACK_PACKAGE_INSTALL_DIRECTORY@ a cross-platform, open-source build system")
SET(CPACK_NSIS_HELP_LINK "http:\\\\www.cmake.org")