Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-11-29 10:56:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-29 10:56:45 +0300
commit1dd1cea06e0bb1c9cd1e08fd9f359893dc2681a3 (patch)
treecad3a7d94daf0b17742bf707d159e6ca867b5cc5 /source/gameengine/GamePlayer/ghost/CMakeLists.txt
parent04d374194756516c8b7a15fff99bfa72a2239f75 (diff)
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.
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/CMakeLists.txt')
-rw-r--r--source/gameengine/GamePlayer/ghost/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
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}")