[Bf-blender-cvs] [7929970] master: BSP was still hanging around in CMake

Sergey Sharybin noreply at git.blender.org
Wed Feb 19 11:08:06 CET 2014


Commit: 7929970bf9070e8901c2bf6ecdb480b9488a0390
Author: Sergey Sharybin
Date:   Wed Feb 19 16:07:49 2014 +0600
https://developer.blender.org/rB7929970bf9070e8901c2bf6ecdb480b9488a0390

BSP was still hanging around in CMake

===================================================================

M	source/blenderplayer/CMakeLists.txt
M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 4c345a0..a5dc984 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 a56af90..4d12040 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




More information about the Bf-blender-cvs mailing list