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
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-25 11:34:45 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-25 11:34:45 +0400
commitf45f229af2e06a34ae049f3cf7ae4dba81201f38 (patch)
tree43fc9c9b05240fc5db2b4f37e8ed8e1351fba053 /intern
parente4ea07c709779959d37d37e0f99fac35836a8019 (diff)
Use ${OPENEXR_INCLUDE_DIR} instead of ${OPENEXR}/include
There's no CMake symbol names ${OPENEXR} which lead to using /include as an include directory, which isn't correct.
Diffstat (limited to 'intern')
-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 f4e44fd91d3..38daf790955 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -60,7 +60,7 @@ include_directories(
${BOOST_INCLUDE_DIR}
${OPENIMAGEIO_INCLUDE_DIRS}
${OPENIMAGEIO_INCLUDE_DIRS}/OpenImageIO
- ${OPENEXR}/include)
+ ${OPENEXR_INCLUDE_DIR})
# Subdirectories