[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42861] trunk/blender/CMakeLists.txt: Re-enable CYCLES and OpenEXR since they work for MInGW.

Antony Riakiotakis kalast at gmail.com
Sat Dec 24 12:56:19 CET 2011


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)




More information about the Bf-blender-cvs mailing list