[Cmake-commits] [cmake-commits] hoffman committed CMakeCPackOptions.cmake.in 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 13 16:29:05 EST 2009


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

Modified Files:
	CMakeCPackOptions.cmake.in 
Log Message:
ENH: deprecate CMakeSetup


Index: CMakeCPackOptions.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeCPackOptions.cmake.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** CMakeCPackOptions.cmake.in	1 Jul 2008 14:58:57 -0000	1.9
--- CMakeCPackOptions.cmake.in	13 Feb 2009 21:29:03 -0000	1.10
***************
*** 23,27 ****
      )
    # tell cpack the executables you want in the start menu as links
!   SET(CPACK_PACKAGE_EXECUTABLES "CMakeSetup" "CMake" )
    # tell cpack to create a desktop link to CMakeSetup
    SET(CPACK_CREATE_DESKTOP_LINKS "CMakeSetup")
--- 23,27 ----
      )
    # 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")



More information about the Cmake-commits mailing list