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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-02-19 14:07:49 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-19 14:07:49 +0400
commit7929970bf9070e8901c2bf6ecdb480b9488a0390 (patch)
tree959c7d5e1732638c53175624b62050991da7f656 /source
parent0673f86334f3ac8462d70e5ec1cd6c4b7c197c52 (diff)
BSP was still hanging around in CMake
Diffstat (limited to 'source')
-rw-r--r--source/blenderplayer/CMakeLists.txt5
-rw-r--r--source/creator/CMakeLists.txt1
2 files changed, 0 insertions, 6 deletions
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
@@ -175,11 +175,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