From 1dd1cea06e0bb1c9cd1e08fd9f359893dc2681a3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Nov 2010 07:56:45 +0000 Subject: fix for error when changing DISBALE_PYTHON -> WITH_PYTHON, This define wasn't set in some parts of the BGE causing problems with the view matrix. in CMake define for the entire BGE fixes this. --- source/gameengine/GamePlayer/ghost/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/gameengine/GamePlayer/ghost/CMakeLists.txt') diff --git a/source/gameengine/GamePlayer/ghost/CMakeLists.txt b/source/gameengine/GamePlayer/ghost/CMakeLists.txt index fe8c787c937..01e0cb45cd4 100644 --- a/source/gameengine/GamePlayer/ghost/CMakeLists.txt +++ b/source/gameengine/GamePlayer/ghost/CMakeLists.txt @@ -76,9 +76,4 @@ IF(WITH_FFMPEG) ADD_DEFINITIONS(-DWITH_FFMPEG) ENDIF(WITH_FFMPEG) -IF(WITH_PYTHON) - LIST(APPEND INC ${PYTHON_INC}) - ADD_DEFINITIONS(-DWITH_PYTHON) -ENDIF(WITH_PYTHON) - BLENDERLIB_NOLIST(ge_player_ghost "${SRC}" "${INC}") -- cgit v1.2.3