[cmake-commits] andy committed CPack.DS_Store.in NONE 1.1 CPack.VolumeIcon.icns.in NONE 1.1 CPack.background.png.in NONE 1.1 CPack.cmake 1.25 1.26

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Feb 13 14:13:53 EST 2007


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

Modified Files:
	CPack.cmake 
Added Files:
	CPack.DS_Store.in CPack.VolumeIcon.icns.in 
	CPack.background.png.in 
Log Message:
ENH: More work on the packaging. Add Applicaitons, add icons, etc


--- NEW FILE: CPack.DS_Store.in ---
(This appears to be a binary file; contents omitted.)

Index: CPack.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CPack.cmake,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CPack.cmake	2 Feb 2007 19:40:24 -0000	1.25
+++ CPack.cmake	13 Feb 2007 19:13:51 -0000	1.26
@@ -123,6 +123,9 @@
 cpack_set_if_not_set(CPACK_SOURCE_OUTPUT_CONFIG_FILE
   "${CMAKE_BINARY_DIR}/CPackSourceConfig.cmake")
 
+cpack_set_if_not_set(CPACK_USE_DESTDIR ON)
+cpack_set_if_not_set(CPACK_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
 cpack_encode_variables()
 CONFIGURE_FILE("${cpack_input_file}" "${CPACK_OUTPUT_CONFIG_FILE}" @ONLY IMMEDIATE)
 

--- NEW FILE: CPack.VolumeIcon.icns.in ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: CPack.background.png.in ---
(This appears to be a binary file; contents omitted.)



More information about the Cmake-commits mailing list