[Bf-blender-cvs] [fb92c55] master: ImBuf: Fix compilation error with latest OIIO

Sergey Sharybin noreply at git.blender.org
Fri Jun 5 12:48:15 CEST 2015


Commit: fb92c553f159245d3cfff7964ea5279b5be9b9f0
Author: Sergey Sharybin
Date:   Wed Jun 3 21:34:42 2015 +0500
Branches: master
https://developer.blender.org/rBfb92c553f159245d3cfff7964ea5279b5be9b9f0

ImBuf: Fix compilation error with latest OIIO

Latest OIIO libraries are using Boost libraries from the public headers.

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

M	source/blender/imbuf/intern/oiio/CMakeLists.txt

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

diff --git a/source/blender/imbuf/intern/oiio/CMakeLists.txt b/source/blender/imbuf/intern/oiio/CMakeLists.txt
index 5fb8f11..c873fa3 100644
--- a/source/blender/imbuf/intern/oiio/CMakeLists.txt
+++ b/source/blender/imbuf/intern/oiio/CMakeLists.txt
@@ -47,6 +47,7 @@ set(SRC
 if(WITH_OPENIMAGEIO)
 	list(APPEND INC_SYS
 		${OPENIMAGEIO_INCLUDE_DIRS}
+		${BOOST_INCLUDE_DIR}
 	)
 	add_definitions(-DWITH_OPENIMAGEIO)
 endif()




More information about the Bf-blender-cvs mailing list