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:
authorAntony Riakiotakis <kalast@gmail.com>2011-12-24 15:56:13 +0400
committerAntony Riakiotakis <kalast@gmail.com>2011-12-24 15:56:13 +0400
commit84c8fde2aeb9e2c36802c6eece56aa703103ab8e (patch)
treee5251dc95c72f95db115fc11cc32a1d47ac2692a /CMakeLists.txt
parent856208dba292e7841710d89889ecf3898743e4c8 (diff)
Re-enable CYCLES and OpenEXR since they work for MInGW. IMPORTANT: Only use the latest MinGW to compile blender.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e2e87f1787..fecb90708de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -287,18 +287,6 @@ if(MINGW)
"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)