COMP: Remove osx bundle from OSXScriptLauncher

This commit is contained in:
Andy Cedilnik 2007-01-31 13:54:02 -05:00
parent 4240fc1bcb
commit b0cd96983b
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ IF(APPLE)
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)