Fluid UI:

* Display Simulation threads only, when built with OpenMP.
This commit is contained in:
2013-04-28 16:52:51 +00:00
parent 608dc78241
commit 674d82d783
3 changed files with 14 additions and 1 deletions

View File

@@ -169,6 +169,9 @@ if env['WITH_BF_OIIO']:
if env['WITH_BF_PLAYER']:
defs.append('WITH_PLAYER')
if env['WITH_BF_OPENMP']:
defs.append('WITH_OPENMP')