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:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-12-08 12:58:42 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-12-08 12:58:42 +0300
commit5132b6a173fd88ead0bd7f0dd82bacf8672b3b4a (patch)
treeffea70b0e6f6adeb768315b206e342687ef4c83d /intern/elbeem/CMakeLists.txt
parentfccceaa87fb1e883c5d29113dc8b7d33786c8c1e (diff)
OSX: Disable parallel openMP for elbeem library until a proper fix is found (currently makes fluid sim crash) (Bug# 20043)
Thx Jens Verwiebe for the investigation!
Diffstat (limited to 'intern/elbeem/CMakeLists.txt')
-rw-r--r--intern/elbeem/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/elbeem/CMakeLists.txt b/intern/elbeem/CMakeLists.txt
index e541d334086..b59554e5709 100644
--- a/intern/elbeem/CMakeLists.txt
+++ b/intern/elbeem/CMakeLists.txt
@@ -33,9 +33,9 @@ IF(WINDOWS)
ADD_DEFINITIONS(-DUSE_MSVC6FIXES)
ENDIF(WINDOWS)
-IF(WITH_OPENMP)
+IF(WITH_OPENMP AND NOT APPLE)
ADD_DEFINITIONS(-DPARALLEL=1)
-ENDIF(WITH_OPENMP)
+ENDIF(WITH_OPENMP AND NOT APPLE)
BLENDERLIB_NOLIST(bf_elbeem "${SRC}" "${INC}")
#, libtype='blender', priority=0 )