[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.404 1.405

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 22 12:12:46 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.404
retrieving revision 1.405
diff -C 2 -d -r1.404 -r1.405
*** CMakeLists.txt	8 Oct 2008 18:19:01 -0000	1.404
--- CMakeLists.txt	22 Jan 2009 17:12:44 -0000	1.405
***************
*** 379,382 ****
--- 379,383 ----
    SET(CPACK_SRCS ${CPACK_SRCS}
      CPack/cmCPackBundleGenerator.cxx
+     CPack/cmCPackDragNDropGenerator.cxx
      CPack/cmCPackOSXX11Generator.cxx
      CPack/cmCPackPackageMakerGenerator.cxx



More information about the Cmake-commits mailing list