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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-08-18 15:28:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-18 15:28:57 +0400
commita238034c61a47d1bc31098a48ee004bc1740ca8e (patch)
tree4d32f5a90d28cce60625c3d834fae7f87f3a69e8 /source
parent88f114af560d25dcc733695ff3c412144f3023cb (diff)
missed this define when renaming bullet defines
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 08d0d40f5be..516845b5b76 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -39,7 +39,7 @@ SET(INC
IF(WITH_BULLET)
SET(INC ${INC} ../../../extern/bullet2/src)
- ADD_DEFINITIONS(-DWITH_BULLET)
+ ADD_DEFINITIONS(-DUSE_BULLET)
ENDIF(WITH_BULLET)
IF(WITH_OPENEXR)