[Bf-blender-cvs] [51e59fa] master: Buildbot: No need to build player with blender config

Sergey Sharybin noreply at git.blender.org
Thu Dec 3 13:40:34 CET 2015


Commit: 51e59fa90f9f679dacabacad0b8444a77e791731
Author: Sergey Sharybin
Date:   Thu Dec 3 17:40:12 2015 +0500
Branches: master
https://developer.blender.org/rB51e59fa90f9f679dacabacad0b8444a77e791731

Buildbot: No need to build player with blender config

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

M	build_files/buildbot/config/blender_linux.cmake

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

diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index e888966..10c87e1 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -2,6 +2,10 @@
 
 include("${CMAKE_CURRENT_LIST_DIR}/../../cmake/config/blender_full.cmake")
 
+# Default to only build Blender, not the player
+set(WITH_BLENDER             ON  CACHE BOOL "" FORCE)
+set(WITH_PLAYER              OFF CACHE BOOL "" FORCE)
+
 # ######## Linux-specific build options ########
 # Options which are specific to Linux-only platforms
 set(WITH_DOC_MANPAGE         OFF CACHE BOOL "" FORCE)




More information about the Bf-blender-cvs mailing list