[cmake-commits] hoffman committed CMakeCPack.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 18 15:16:23 EDT 2007


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv9886

Modified Files:
	CMakeCPack.cmake 
Log Message:
ENH: allow for desktop link to be created and fix chop of last char in PATH on uninstall


Index: CMakeCPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPack.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeCPack.cmake	7 Sep 2007 18:20:14 -0000	1.3
+++ CMakeCPack.cmake	18 Sep 2007 19:16:21 -0000	1.4
@@ -42,6 +42,7 @@
     # 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")



More information about the Cmake-commits mailing list