[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13854] trunk/blender/intern/elbeem/ CMakeLists.txt: CMakeList fix for fluids

Daniel Genrich daniel.genrich at gmx.net
Sun Feb 24 23:19:17 CET 2008


Revision: 13854
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13854
Author:   genscher
Date:     2008-02-24 23:19:17 +0100 (Sun, 24 Feb 2008)

Log Message:
-----------
CMakeList fix for fluids

Modified Paths:
--------------
    trunk/blender/intern/elbeem/CMakeLists.txt

Modified: trunk/blender/intern/elbeem/CMakeLists.txt
===================================================================
--- trunk/blender/intern/elbeem/CMakeLists.txt	2008-02-24 21:29:20 UTC (rev 13853)
+++ trunk/blender/intern/elbeem/CMakeLists.txt	2008-02-24 22:19:17 UTC (rev 13854)
@@ -37,7 +37,7 @@
 ENDIF(WINDOWS)
 
 IF(WITH_OPENMP)
-    ADD_DEFINITIONS(-DPARALLEL)
+    ADD_DEFINITIONS(-DPARALLEL=1)
 ENDIF(WITH_OPENMP)
 
 BLENDERLIB_NOLIST(bf_elbeem "${SRC}" "${INC}")





More information about the Bf-blender-cvs mailing list