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:
authorThomas Dinges <blender@dingto.org>2013-05-20 18:00:19 +0400
committerThomas Dinges <blender@dingto.org>2013-05-20 18:00:19 +0400
commit19f11fc7834defd37b1233799776b645035a7f62 (patch)
tree0e2409cc3947cb9b0f9a999f5d141c8d9b1db851 /source/blender/python
parent778131234631f3256f459ef7973f1a651ae06816 (diff)
Cmake / Fluids:
* Possible fix for Fluid threads UI not being shown with cmake builds.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt
index 30ab4bd4b0e..06a1dc5732b 100644
--- a/source/blender/python/intern/CMakeLists.txt
+++ b/source/blender/python/intern/CMakeLists.txt
@@ -242,6 +242,9 @@ if(WITH_PLAYER)
add_definitions(-DWITH_PLAYER)
endif()
+if(WITH_OPENMP)
+ add_definitions(-DWITH_OPENMP)
+endif()