diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-02-13 21:29:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-02-13 21:29:03 (GMT) |
commit | a3790d258b516becc1baccd5440a7c876349db22 (patch) | |
tree | 39dbcc3353ba038ecff997ccaa8c9889c7deed6e /CMakeCPackOptions.cmake.in | |
parent | f24e8e9d2ae6a96c6b3afe38dbeb025c49575f31 (diff) | |
download | CMake-a3790d258b516becc1baccd5440a7c876349db22.zip CMake-a3790d258b516becc1baccd5440a7c876349db22.tar.gz CMake-a3790d258b516becc1baccd5440a7c876349db22.tar.bz2 |
ENH: deprecate CMakeSetup
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
-rw-r--r-- | CMakeCPackOptions.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeCPackOptions.cmake.in b/CMakeCPackOptions.cmake.in index 16941c8..e75491a 100644 --- a/CMakeCPackOptions.cmake.in +++ b/CMakeCPackOptions.cmake.in @@ -22,7 +22,7 @@ if(CPACK_GENERATOR MATCHES "NSIS") "http://www.cmake.org" "CMake Web Site" ) # tell cpack the executables you want in the start menu as links - SET(CPACK_PACKAGE_EXECUTABLES "CMakeSetup" "CMake" ) + 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") |