From 25f59c8e0b6d685634cf732648e496540eb6ea68 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 28 Jun 2012 08:51:02 +0000 Subject: code cleanup: cmake buildsystem edits, unused var warnings and better description for WITH_PYTHON_MODULE. also disable workaround for some linux installs. --- source/blender/opencl/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/opencl') diff --git a/source/blender/opencl/CMakeLists.txt b/source/blender/opencl/CMakeLists.txt index 9c8ce830316..6b645e02a6f 100644 --- a/source/blender/opencl/CMakeLists.txt +++ b/source/blender/opencl/CMakeLists.txt @@ -28,6 +28,10 @@ set(INC . ) +set(INC_SYS + +) + set(SRC OCL_opencl.h intern/clew.h -- cgit v1.2.3