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:
authorCampbell Barton <ideasman42@gmail.com>2012-06-30 18:28:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-30 18:28:45 +0400
commitd032c8ba2c90695f63acfdc568db6d5a16e6c1d3 (patch)
tree6995e06f264a65e323882a2d340e6999757a709a /source/blender/opencl
parent90dc1d1353ec85b67e76a3c93eacf7f7216deaae (diff)
disable opencl when compo is disabled.
Diffstat (limited to 'source/blender/opencl')
-rw-r--r--source/blender/opencl/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/opencl/CMakeLists.txt b/source/blender/opencl/CMakeLists.txt
index 6b645e02a6f..20dcf33d363 100644
--- a/source/blender/opencl/CMakeLists.txt
+++ b/source/blender/opencl/CMakeLists.txt
@@ -33,10 +33,10 @@ set(INC_SYS
)
set(SRC
- OCL_opencl.h
- intern/clew.h
- intern/clew.c
- intern/OCL_opencl.c
+ OCL_opencl.h
+ intern/clew.h
+ intern/clew.c
+ intern/OCL_opencl.c
)