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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-01 23:00:23 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-01 23:00:23 +0400
commit27102bfec4845df5ba8e65f7ca64d04840fbeab3 (patch)
treed83efbd5211512c4c504020b3e6f99b4332b62c9 /intern/cycles/CMakeLists.txt
parentaf7171524ab6809a5ebe51c3cbfdff17e2cd74aa (diff)
Cycles: OpenCL library is now dynamically loaded so that blender doesn't crash
if it's not installed on the system. Code copied from clew.h/clew.c in CLCC: http://clcc.sourceforge.net/
Diffstat (limited to 'intern/cycles/CMakeLists.txt')
-rw-r--r--intern/cycles/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 77ae0486d16..5fce056259a 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -54,8 +54,6 @@ endif()
if(WITH_CYCLES_OPENCL)
add_definitions(-DWITH_OPENCL)
- include_directories(${OPENCL_INCLUDE_DIR})
-
endif()
include_directories(