Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-13 13:35:54 +0400
committerIrie Shinsuke <irieshinsuke@yahoo.co.jp>2013-10-13 13:35:54 +0400
commit42ac7164e30dcca565253aa265201aad497e5360 (patch)
tree1876ebad74776e28d93cb3a0b5c2812fb9b32b63 /CMakeLists.txt
parentcb0c279d4dd1994adf4a5fc6742549cdd1d09905 (diff)
Fix for commit r60718. There was a remaining WITH_IMAGE_OPENIMAGEIO in CMakeLists.txt still.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58ea825ae86..fbb7c17e64b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2288,7 +2288,7 @@ if(FIRST_RUN)
info_cfg_option(WITH_SYSTEM_OPENJPEG)
info_cfg_text("Image Formats:")
- info_cfg_option(WITH_IMAGE_OPENIMAGEIO)
+ info_cfg_option(WITH_OPENIMAGEIO)
info_cfg_option(WITH_IMAGE_CINEON)
info_cfg_option(WITH_IMAGE_DDS)
info_cfg_option(WITH_IMAGE_HDR)