From 0eba9b638f95a7574d66b70c321680555e72ae0f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 18 Sep 2007 15:16:21 -0400 Subject: ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall --- CMakeCPack.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeCPack.cmake') diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 9e6d831e6a..eb98e6dea0 100644 --- a/CMakeCPack.cmake +++ b/CMakeCPack.cmake @@ -42,6 +42,7 @@ IF(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") # sure there is at least one set of four (4) backlasshes. SET(CPACK_PACKAGE_ICON "${CMake_SOURCE_DIR}/Utilities/Release\\\\CMakeInstall.bmp") SET(CPACK_PACKAGE_EXECUTABLES "CMakeSetup" "CMake") + SET(CPACK_CREATE_DESKTOP_LINK_CMakeSetup 1) 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