Cmake / Fluids:

* Possible fix for Fluid threads UI not being shown with cmake builds.
This commit is contained in:
2013-05-20 14:00:19 +00:00
parent 7781312346
commit 19f11fc783

View File

@@ -242,6 +242,9 @@ if(WITH_PLAYER)
add_definitions(-DWITH_PLAYER)
endif()
if(WITH_OPENMP)
add_definitions(-DWITH_OPENMP)
endif()