[cmake-commits] hoffman committed CMakeCPackOptions.cmake.in 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 15 17:02:46 EST 2008


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

Modified Files:
	CMakeCPackOptions.cmake.in 
Log Message:
ENH: fix add/remove program name


Index: CMakeCPackOptions.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPackOptions.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CMakeCPackOptions.cmake.in	26 Dec 2007 21:57:13 -0000	1.3
+++ CMakeCPackOptions.cmake.in	15 Jan 2008 22:02:44 -0000	1.4
@@ -22,7 +22,7 @@
   # tell cpack to create a desktop link to CMakeSetup
   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_DISPLAY_NAME "CMake ${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR} a cross-platform, open-source build system")
   SET(CPACK_NSIS_HELP_LINK "http:\\\\www.cmake.org")
   SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\www.kitware.com")
   SET(CPACK_NSIS_CONTACT @CPACK_PACKAGE_CONTACT@)



More information about the Cmake-commits mailing list