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/blender/CMakeLists.txt
parent4bb582effb23597ec819624c02f8ae516888a35e (diff)
Cycles: fix GLEW library build issue.
Diffstat (limited to 'intern/cycles/blender/CMakeLists.txt')
-rw-r--r--intern/cycles/blender/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index 56d08b61b65..784f78a54d4 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -43,7 +43,7 @@ SET(LIBRARIES
${OPENGL_LIBRARIES}
${OPENIMAGEIO_LIBRARY}
${GLUT_LIBRARIES}
- ${GLEW_LIBRARIES}
+ ${CYCLES_GLEW_LIBRARY}
${BLENDER_LIBRARIES})
IF(WITH_CYCLES_OSL)