diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-18 19:16:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-18 19:16:21 (GMT) |
commit | 0eba9b638f95a7574d66b70c321680555e72ae0f (patch) | |
tree | 028ce169eb1256b490618e2b055c1479883f412c /CMakeCPack.cmake | |
parent | ec207513e4bfc1c3336850ed9cab8fdd7394fa76 (diff) | |
download | CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.zip CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.tar.gz CMake-0eba9b638f95a7574d66b70c321680555e72ae0f.tar.bz2 |
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall
Diffstat (limited to 'CMakeCPack.cmake')
-rw-r--r-- | CMakeCPack.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake index 9e6d831..eb98e6d 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") |