[cmake-commits] king committed Darwin.cmake 1.44 1.45

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 15 11:22:25 EST 2008


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

Modified Files:
	Darwin.cmake 
Log Message:
ENH: Cleanup building of OS X bundle content

 - Fixes repeated rebuild of bundles by Makefile generators
 - Add special rules to copy sources to their
   MACOSX_PACKAGE_LOCATION bundle directory
 - Remove MacOSX_Content language hack
   - Remove EXTRA_CONTENT property
   - Remove MACOSX_CONTENT
   - Remove corresponding special cases in object names


Index: Darwin.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Darwin.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Darwin.cmake	1 Feb 2008 13:56:00 -0000	1.44
+++ Darwin.cmake	15 Feb 2008 16:22:23 -0000	1.45
@@ -109,8 +109,6 @@
 # line works around the problem.
 SET(CMAKE_LINK_DEPENDENT_LIBRARY_FILES 1)
 
-SET(CMAKE_MacOSX_Content_COMPILE_OBJECT "\"${CMAKE_COMMAND}\" -E copy_if_different <SOURCE> <OBJECT>")
-
 SET(CMAKE_C_CREATE_SHARED_LIBRARY_FORBIDDEN_FLAGS -w)
 SET(CMAKE_CXX_CREATE_SHARED_LIBRARY_FORBIDDEN_FLAGS -w)
 SET(CMAKE_C_CREATE_SHARED_LIBRARY



More information about the Cmake-commits mailing list