Revision: 56925
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56925
Author:   dingto
Date:     2013-05-20 14:00:19 +0000 (Mon, 20 May 2013)
Log Message:
-----------
Cmake / Fluids:
* Possible fix for Fluid threads UI not being shown with cmake builds. 

Modified Paths:
--------------
    trunk/blender/source/blender/python/intern/CMakeLists.txt

Modified: trunk/blender/source/blender/python/intern/CMakeLists.txt
===================================================================
--- trunk/blender/source/blender/python/intern/CMakeLists.txt   2013-05-20 
07:38:11 UTC (rev 56924)
+++ trunk/blender/source/blender/python/intern/CMakeLists.txt   2013-05-20 
14:00:19 UTC (rev 56925)
@@ -242,6 +242,9 @@
        add_definitions(-DWITH_PLAYER)
 endif()
 
+if(WITH_OPENMP)
+       add_definitions(-DWITH_OPENMP)
+endif()
 
 
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to