Revision: 42861
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42861
Author:   psy-fi
Date:     2011-12-24 11:56:13 +0000 (Sat, 24 Dec 2011)
Log Message:
-----------
Re-enable CYCLES and OpenEXR since they work for MInGW. IMPORTANT: Only use the 
latest MinGW to compile blender.

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

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt        2011-12-24 08:03:43 UTC (rev 42860)
+++ trunk/blender/CMakeLists.txt        2011-12-24 11:56:13 UTC (rev 42861)
@@ -287,18 +287,6 @@
                                                        "because it is 
currently unsupported, remove this "
                                                        "line if youre a 
developer who wants to add support.")
        endif()
-
-       if(WITH_CYCLES)
-               message(FATAL_ERROR "MINGW requires WITH_CYCLES to be OFF "
-                                                       "because it is 
currently unsupported, remove this "
-                                                       "line if youre a 
developer who wants to add support.")
-       endif()
-
-       if(WITH_IMAGE_OPENEXR)
-               message(FATAL_ERROR "MINGW requires WITH_IMAGE_OPENEXR to be 
OFF "
-                                                       "because it is 
currently unsupported, remove this "
-                                                       "line if youre a 
developer who wants to add support.")
-       endif()
 endif()
 
 if(NOT WITH_FFTW3 AND WITH_MOD_OCEANSIM)

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

Reply via email to