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-11-11 23:20:52 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-11 23:20:52 +0400
commit38fd8c0e227bc3475627f4698c6ebc37777ed4a9 (patch)
tree3ac8170edeb65c121cd2d0e771cd55c62451c403 /CMakeLists.txt
parente070823378dfb7e35a73a9fb5e76d9073ec82e25 (diff)
Cycles: fix wrong openimageio path for lib/ directory.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8f7605875f..14ac05bf6c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -545,7 +545,7 @@ if(UNIX AND NOT APPLE)
if(WITH_OPENIMAGEIO)
# use lib dir if available and nothing else specified
if(LIBDIR AND NOT OPENIMAGEIO_ROOT_DIR)
- set(OPENIMAGEIO_ROOT_DIR ${LIBDIR}/openimageio)
+ set(OPENIMAGEIO_ROOT_DIR ${LIBDIR}/oiio)
endif()
find_package(OpenImageIO)