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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-11 14:37:04 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-11 14:37:04 +0300
commit48225a4658764cb9d56e48c018bef7b266081744 (patch)
tree1c5b811f77e65eb96fbe4a947036222af3e29735 /source/blender/blenloader/CMakeLists.txt
parent49b5d45118b76f7ab0383b30a98192ef6410547b (diff)
Proper fix for building without Bullet
Stick to an existing way of dealing with disabled feature.
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index 5edeb8ccbbb..49987cb860c 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -88,10 +88,6 @@ if(WITH_CODEC_FFMPEG)
add_definitions(-DWITH_FFMPEG)
endif()
-if(WITH_BULLET)
- add_definitions(-DWITH_BULLET)
-endif()
-
if(WITH_ALEMBIC)
list(APPEND INC
../alembic