CMake: Oops. Fix Info.plist problem from recent changes in bundling steps.

This commit is contained in:
Jacques Beuarain 2006-12-12 12:43:02 +00:00
parent 4595bef2b4
commit ed6da1709f

@ -93,7 +93,7 @@ ENDIF(UNIX AND NOT APPLE)
IF(APPLE)
SET(SOURCEDIR ${CMAKE_SOURCE_DIR}/source/darwin/blender.app)
SET(SOURCEINFO ${SOURCEDIR}/Contents/Info.plist)
SET(TARGETINFO ${TARGETDIR}/Contents/Info.plist)
SET(TARGETINFO ${TARGETDIR}/blender.app/Contents/Info.plist)
ADD_CUSTOM_COMMAND(TARGET blender
POST_BUILD