[Bf-blender-cvs] [9e20d3e] master: Attempt to fix T38373: cmake linux build failure with OpenEXR.

Brecht Van Lommel noreply at git.blender.org
Mon Jan 27 15:28:42 CET 2014


Commit: 9e20d3e32aa27d10edbc835a2fa850ea5459dc9d
Author: Brecht Van Lommel
Date:   Mon Jan 27 15:25:22 2014 +0100
https://developer.blender.org/rB9e20d3e32aa27d10edbc835a2fa850ea5459dc9d

Attempt to fix T38373: cmake linux build failure with OpenEXR.

===================================================================

M	intern/cycles/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 16d5ffd..75e8b24 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




More information about the Bf-blender-cvs mailing list