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>2014-04-07 04:51:02 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-04-07 20:01:19 +0400
commit3ab0a4da73f4fe29b67553e5f86c306d8e42b9b0 (patch)
treebea51f91e1abdadc8ff9f02b7053973c7354d5ab /CMakeLists.txt
parent574b0e2c3077effcc11c9d5d45511a58acb2e5c8 (diff)
Enable openmp in MinGW-w64
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b57251f176..97cacfa6f3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1362,8 +1362,6 @@ elseif(WIN32)
set(PLATFORM_LINKLIBS "${PLATFORM_LINKLIBS} -lpthread")
add_definitions(-DFREE_WINDOWS64 -DMS_WIN64)
- # Turn off OpenMP since it causes crashes on render for subsurfed/multiresolution meshes
- set(WITH_OPENMP OFF)
endif()
add_definitions(-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE)