[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39857] branches/cycles/CMakeLists.txt: Cycles: Remove warning of OpenCL not working from cmake, could be made enabled by default too, but will leave that for Brecht.

Thomas Dinges blender at dingto.org
Fri Sep 2 02:53:00 CEST 2011


Revision: 39857
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39857
Author:   dingto
Date:     2011-09-02 00:53:00 +0000 (Fri, 02 Sep 2011)
Log Message:
-----------
Cycles: Remove warning of OpenCL not working from cmake, could be made enabled by default too, but will leave that for Brecht. :)

Modified Paths:
--------------
    branches/cycles/CMakeLists.txt

Modified: branches/cycles/CMakeLists.txt
===================================================================
--- branches/cycles/CMakeLists.txt	2011-09-02 00:10:03 UTC (rev 39856)
+++ branches/cycles/CMakeLists.txt	2011-09-02 00:53:00 UTC (rev 39857)
@@ -208,7 +208,7 @@
 option(WITH_CYCLES			"Enable Cycles Render Engine" ON)
 OPTION(WITH_CYCLES_OSL		"Build with Open Shading Language support" OFF)
 OPTION(WITH_CYCLES_CUDA		"Build with CUDA support" OFF)
-OPTION(WITH_CYCLES_OPENCL	"Build with OpenCL support (not working)" OFF)
+OPTION(WITH_CYCLES_OPENCL	"Build with OpenCL support" OFF)
 OPTION(WITH_CYCLES_BLENDER	"Build Blender Python extension" ON)
 OPTION(WITH_CYCLES_PARTIO	"Build with Partio point cloud support (unfinished)" OFF)
 OPTION(WITH_CYCLES_NETWORK	"Build with network rendering support (unfinished)" OFF)




More information about the Bf-blender-cvs mailing list