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-05-27 16:13:10 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-27 16:13:10 +0400
commit7e4ba190cb976cd7a8278a2974bae328de6f2f17 (patch)
tree0b22fc00f1ce08bb5f3edf8f312bb78100fec1e0 /intern/cycles/app/CMakeLists.txt
parent4bb582effb23597ec819624c02f8ae516888a35e (diff)
Cycles: fix GLEW library build issue.
Diffstat (limited to 'intern/cycles/app/CMakeLists.txt')
-rw-r--r--intern/cycles/app/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 0934124ea25..c250662aecf 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -18,7 +18,7 @@ SET(LIBRARIES
cycles_util
${Boost_LIBRARIES}
${OPENGL_LIBRARIES}
- ${GLEW_LIBRARY}
+ ${CYCLES_GLEW_LIBRARY}
${OPENIMAGEIO_LIBRARY})
IF(WITH_CYCLES_TEST)