From 19f11fc7834defd37b1233799776b645035a7f62 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 20 May 2013 14:00:19 +0000 Subject: Cmake / Fluids: * Possible fix for Fluid threads UI not being shown with cmake builds. --- source/blender/python/intern/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/python') 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() -- cgit v1.2.3