diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 14:18:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-06-26 14:18:11 (GMT) |
commit | ec10b44d1ee665d5e1bb3804bfcd8ee269eefc85 (patch) | |
tree | c1fa2c59b0cb3cc58901abfb9752103c9ff3e2dc /CMakeCPackOptions.cmake.in | |
parent | c416329d115c739308ede63c61fc95e0c5836d83 (diff) | |
download | CMake-ec10b44d1ee665d5e1bb3804bfcd8ee269eefc85.zip CMake-ec10b44d1ee665d5e1bb3804bfcd8ee269eefc85.tar.gz CMake-ec10b44d1ee665d5e1bb3804bfcd8ee269eefc85.tar.bz2 |
ENH: do not create a desktop link for CMakeSetup
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r-- | CMakeCPackOptions.cmake.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 3bcdb02..8fe6154 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -25,7 +25,6 @@ if(CPACK_GENERATOR MATCHES "NSIS") # tell cpack the executables you want in the start menu as links SET(CPACK_PACKAGE_EXECUTABLES "CMakeSetup" "CMakeSetup(deprecated)" ) # 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 "CMake @CMake_VERSION_MAJOR@.@CMake_VERSION_MINOR@ a cross-platform, open-source build system") SET(CPACK_NSIS_HELP_LINK "http:\\\\www.cmake.org") |