[Cmake-commits] [cmake-commits] hoffman committed CMakeCPackOptions.cmake.in 1.14 1.15
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Sep 25 11:26:31 EDT 2009
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv18487
Modified Files:
CMakeCPackOptions.cmake.in
Log Message:
Use cmake-gui.exe for the install/uninstall icon for cmake.
Index: CMakeCPackOptions.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPackOptions.cmake.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -C 2 -d -r1.14 -r1.15
*** CMakeCPackOptions.cmake.in 3 Sep 2009 21:01:05 -0000 1.14
--- CMakeCPackOptions.cmake.in 25 Sep 2009 15:26:28 -0000 1.15
***************
*** 22,25 ****
--- 22,28 ----
"http://www.cmake.org" "CMake Web Site"
)
+ # Use the icond from cmake-gui for add-remove programs
+ SET(CPACK_NSIS_INSTALLED_ICON_NAME "bin\\cmake-gui.exe")
+
SET(CPACK_NSIS_DISPLAY_NAME "CMake @CMake_VERSION_MAJOR at .@CMake_VERSION_MINOR@ a cross-platform, open-source build system")
SET(CPACK_NSIS_PACKAGE_NAME "CMake @CMake_VERSION_MAJOR at .@CMake_VERSION_MINOR@")
More information about the Cmake-commits
mailing list