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@gmail.com>2014-01-27 18:25:22 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-27 18:26:03 +0400
commit9e20d3e32aa27d10edbc835a2fa850ea5459dc9d (patch)
treebe39837e88522c798e059b8031ca0c43db4c39ea /intern/cycles/CMakeLists.txt
parent21c56f754fd60ae82fc42a1f781afecde5227282 (diff)
Attempt to fix T38373: cmake linux build failure with OpenEXR.
Diffstat (limited to 'intern/cycles/CMakeLists.txt')
-rw-r--r--intern/cycles/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 16d5ffda889..75e8b24452c 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -90,7 +90,7 @@ include_directories(
${BOOST_INCLUDE_DIR}
${OPENIMAGEIO_INCLUDE_DIRS}
${OPENIMAGEIO_INCLUDE_DIRS}/OpenImageIO
- ${OPENEXR_INCLUDE_DIR})
+ ${OPENEXR_INCLUDE_DIRS})
# Subdirectories