summaryrefslogtreecommitdiff
path: root/CMakeCPack.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-18 15:16:21 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-18 15:16:21 -0400
commit0eba9b638f95a7574d66b70c321680555e72ae0f (patch)
tree028ce169eb1256b490618e2b055c1479883f412c /CMakeCPack.cmake
parentec207513e4bfc1c3336850ed9cab8fdd7394fa76 (diff)
downloadcmake-0eba9b638f95a7574d66b70c321680555e72ae0f.tar.gz
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.cmake1
1 files changed, 1 insertions, 0 deletions
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")