[cmake-commits] andy committed CMakeLists.txt 1.323 1.324

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 31 13:54:04 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Remove osx bundle from OSXScriptLauncher


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- CMakeLists.txt	31 Jan 2007 18:37:46 -0000	1.323
+++ CMakeLists.txt	31 Jan 2007 18:54:02 -0000	1.324
@@ -304,7 +304,7 @@
   ADD_EXECUTABLE(cmakexbuild cmakexbuild.cxx)
   TARGET_LINK_LIBRARIES(cmakexbuild CMakeLib)
   ADD_EXECUTABLE(OSXScriptLauncher
-    MACOSX_BUNDLE CPack/OSXScriptLauncher.cxx)
+    CPack/OSXScriptLauncher.cxx)
   TARGET_LINK_LIBRARIES(OSXScriptLauncher cmsys)
   TARGET_LINK_LIBRARIES(OSXScriptLauncher "-framework Carbon")
 ENDIF(APPLE)



More information about the Cmake-commits mailing list