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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to