[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60726] trunk/blender/CMakeLists.txt: Fix for commit r60718.

Shinsuke Irie irieshinsuke at yahoo.co.jp
Sun Oct 13 11:35:54 CEST 2013


Revision: 60726
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60726
Author:   irie
Date:     2013-10-13 09:35:54 +0000 (Sun, 13 Oct 2013)
Log Message:
-----------
Fix for commit r60718.  There was a remaining WITH_IMAGE_OPENIMAGEIO in CMakeLists.txt still.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60718

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2013-10-13 09:27:48 UTC (rev 60725)
+++ trunk/blender/CMakeLists.txt	2013-10-13 09:35:54 UTC (rev 60726)
@@ -2288,7 +2288,7 @@
 	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)




More information about the Bf-blender-cvs mailing list