From 7c2fae19b4cf6357def1d2bbe3a75696fd61bc86 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sat, 12 Oct 2013 23:56:21 +0000 Subject: cmake/openimageio - partially reverting #60692 We now have openimageio building when cycles builds or when it's manually set to build. (I reverted the _IMAGE_ in the define name because I think the closer the cmake flags match the defines in the software the better, and there is no reason to rename all the existent WITH_OPENIMAGEIO references in CMakeLists.txt - which would be the alternative) --- source/blender/imbuf/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/CMakeLists.txt') diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt index 26cf19fc158..4025a41b6a7 100644 --- a/source/blender/imbuf/CMakeLists.txt +++ b/source/blender/imbuf/CMakeLists.txt @@ -106,7 +106,7 @@ if(WITH_IMAGE_TIFF) endif() -if(WITH_IMAGE_OPENIMAGEIO) +if(WITH_OPENIMAGEIO) add_definitions(-DWITH_OPENIMAGEIO) endif() -- cgit v1.2.3