From 48225a4658764cb9d56e48c018bef7b266081744 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 11 Dec 2018 12:37:04 +0100 Subject: Proper fix for building without Bullet Stick to an existing way of dealing with disabled feature. --- source/blender/blenloader/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/blenloader/CMakeLists.txt') 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 -- cgit v1.2.3