Buildbot: No need to build player with blender config

This commit is contained in:
Sergey Sharybin 2015-12-03 17:40:12 +05:00
parent 7f759ec547
commit 51e59fa90f
1 changed files with 4 additions and 0 deletions

View File

@ -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)