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>2011-09-18 08:55:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-18 08:55:22 +0400
commit08d52fcc8509fdd88af6afecd55e32cae500cef8 (patch)
tree51683b50e8b25e1a81f2250fc208c2d123951828 /intern/cycles/app/CMakeLists.txt
parent2d1f9cf448d2a34dd9316832583f570f8f24d72a (diff)
added FindOpenImageIO cmake module.
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 4ef5fd6857d..ef6a80fbe5d 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -19,7 +19,7 @@ set(LIBRARIES
${BOOST_LIBRARIES}
${OPENGL_LIBRARIES}
${CYCLES_GLEW_LIBRARY}
- ${OPENIMAGEIO_LIBRARY})
+ ${OPENIMAGEIO_LIBRARIES})
link_directories(${OPENIMAGEIO_LIBPATH} ${BOOST_LIBPATH})