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
diff options
context:
space:
mode:
authorAndrew Wiggin <ender79bl@gmail.com>2011-11-10 19:40:36 +0400
committerAndrew Wiggin <ender79bl@gmail.com>2011-11-10 19:40:36 +0400
commitf9f4ad6a849605b364d987198c5aefba5480cb51 (patch)
tree5ba2c08a821339542959197228bbd46574c5da79 /CMakeLists.txt
parent121ff4223dbd5c42ecc4919d09ce464d01faf4e7 (diff)
Disable Cycles for BMesh until it compiles
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9f477cc31d..926d5b2cf0c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -214,7 +214,7 @@ endif()
option(WITH_PYTHON_INSTALL "Copy system python into the blender install folder" ON)
# Cycles
-option(WITH_CYCLES "Enable Cycles Render Engine" ON)
+option(WITH_CYCLES "Enable Cycles Render Engine" OFF)
OPTION(WITH_CYCLES_TEST "Build cycles test application" OFF)
# disable for now, but plan to support on all platforms eventually