From 7929970bf9070e8901c2bf6ecdb480b9488a0390 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 19 Feb 2014 16:07:49 +0600 Subject: BSP was still hanging around in CMake --- source/blenderplayer/CMakeLists.txt | 5 ----- source/creator/CMakeLists.txt | 1 - 2 files changed, 6 deletions(-) (limited to 'source') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index 4c345a0e782..a5dc984c3ef 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -174,11 +174,6 @@ endif() list(APPEND BLENDER_SORTED_LIBS extern_colamd) - if(WITH_MOD_BOOLEAN) - list(APPEND BLENDER_SORTED_LIBS bf_intern_bsp) - list(APPEND BLENDER_SORTED_LIBS bf_intern_moto) - endif() - if(WITH_MOD_BOOLEAN) list(APPEND BLENDER_SORTED_LIBS extern_carve) endif() diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index a56af902188..4d12040df21 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -961,7 +961,6 @@ endif() bf_imbuf_openimageio bf_imbuf_dds bf_collada - bf_intern_bsp bf_intern_elbeem bf_intern_memutil bf_intern_guardedalloc -- cgit v1.2.3