From 87c22309b844176df1250f37ecef418b6856ddd6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 7 Nov 2007 13:11:58 -0500 Subject: ENH: change CPACK_CREATE_DESKTOP_LINKS to something that can handle spaces in the name of the exectuable --- CMakeCPackOptions.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeCPackOptions.cmake.in') 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") -- cgit v1.2.1