fix for buildinfo on mac's

This commit is contained in:
Campbell Barton 2009-09-25 13:09:18 +00:00
parent f49a18f30b
commit 38ae41f94e

@ -24,6 +24,9 @@
#
# ***** END GPL LICENSE BLOCK *****
# So BUILDINFO and BLENDERPATH strings are automatically quoted
CMAKE_POLICY(SET CMP0005 NEW)
SETUP_LIBDIRS()
INCLUDE_DIRECTORIES(../../intern/guardedalloc
@ -68,7 +71,6 @@ ENDIF(NOT WITH_SDL)
IF(UNIX AND NOT APPLE)
SET(BLENDERPATH ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION})
CMAKE_POLICY(SET CMP0005 NEW)
# blender_path in creator.c
ADD_DEFINITIONS(-DBLENDERPATH="${BLENDERPATH}")
ENDIF(UNIX AND NOT APPLE)