From d032c8ba2c90695f63acfdc568db6d5a16e6c1d3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 30 Jun 2012 14:28:45 +0000 Subject: disable opencl when compo is disabled. --- source/blender/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/CMakeLists.txt') diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt index 3241acd7df6..3c756668578 100644 --- a/source/blender/CMakeLists.txt +++ b/source/blender/CMakeLists.txt @@ -99,7 +99,6 @@ add_subdirectory(blenfont) add_subdirectory(blenloader) add_subdirectory(ikplugin) add_subdirectory(gpu) -add_subdirectory(opencl) add_subdirectory(imbuf) add_subdirectory(avi) add_subdirectory(nodes) @@ -108,6 +107,7 @@ add_subdirectory(makesdna) add_subdirectory(makesrna) if(WITH_COMPOSITOR) + add_subdirectory(opencl) # later on this may be used more generally add_subdirectory(compositor) endif() -- cgit v1.2.3