[Bf-blender-cvs] [1cbcc84ebfa] cycles_embree: Cycles: Turn the Embree build setting off by default.

Stefan Werner noreply at git.blender.org
Mon Oct 29 20:00:21 CET 2018


Commit: 1cbcc84ebfa6ed79aebadaeb97a477b080b4ac12
Author: Stefan Werner
Date:   Mon Oct 29 15:00:19 2018 -0400
Branches: cycles_embree
https://developer.blender.org/rB1cbcc84ebfa6ed79aebadaeb97a477b080b4ac12

Cycles: Turn the Embree build setting off by default.

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

M	CMakeLists.txt

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 817588c12fe..eb8df075380 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -405,7 +405,7 @@ option(WITH_CYCLES					"Enable Cycles Render Engine" ON)
 option(WITH_CYCLES_STANDALONE		"Build Cycles standalone application" OFF)
 option(WITH_CYCLES_STANDALONE_GUI	"Build Cycles standalone with GUI" OFF)
 option(WITH_CYCLES_OSL				"Build Cycles with OSL support" ${_init_CYCLES_OSL})
-option(WITH_CYCLES_EMBREE			"Build Cycles with Embree support" ON)
+option(WITH_CYCLES_EMBREE			"Build Cycles with Embree support" OFF)
 option(WITH_CYCLES_OPENSUBDIV		"Build Cycles with OpenSubdiv support" ${_init_CYCLES_OPENSUBDIV})
 option(WITH_CYCLES_CUDA_BINARIES	"Build Cycles CUDA binaries" OFF)
 option(WITH_CYCLES_CUBIN_COMPILER	"Build cubins with nvrtc based compiler instead of nvcc" OFF)



More information about the Bf-blender-cvs mailing list