Commit: ae99764385863dcf7e4d8bb17750330f4b68f3b1
Author: Campbell Barton
Date:   Tue Sep 9 01:43:25 2014 +1000
Branches: master
https://developer.blender.org/rBae99764385863dcf7e4d8bb17750330f4b68f3b1

CMake: Add missing WITH_OPENIMAGEIO define

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

M       source/blender/blenkernel/CMakeLists.txt

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

diff --git a/source/blender/blenkernel/CMakeLists.txt 
b/source/blender/blenkernel/CMakeLists.txt
index 0caf7d1..fd201fe 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -78,8 +78,8 @@ set(SRC
        intern/colortools.c
        intern/constraint.c
        intern/context.c
-        intern/crazyspace.c
-        intern/curve.c
+       intern/crazyspace.c
+       intern/curve.c
        intern/customdata.c
        intern/customdata_file.c
        intern/deform.c
@@ -192,7 +192,7 @@ set(SRC
        BKE_colortools.h
        BKE_constraint.h
        BKE_context.h
-        BKE_crazyspace.h
+       BKE_crazyspace.h
        BKE_curve.h
        BKE_customdata.h
        BKE_customdata_file.h
@@ -307,6 +307,10 @@ if(WITH_IMAGE_TIFF)
        add_definitions(-DWITH_TIFF)
 endif()
 
+if(WITH_OPENIMAGEIO)
+       add_definitions(-DWITH_OPENIMAGEIO)
+endif()
+
 if(WITH_IMAGE_OPENJPEG)
        add_definitions(-DWITH_OPENJPEG)
 endif()

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

Reply via email to