Mantaflow [Part 4]: Adapted build config

Smaller changes in the build files to reflect the new Mantaflow macro.

Reviewed By: sergey

Maniphest Tasks: T59995

Differential Revision: https://developer.blender.org/D3853
This commit is contained in:
Sebastián Barschkis
2019-12-16 15:45:47 +01:00
parent 9064655a70
commit 41fd60db16
6 changed files with 12 additions and 8 deletions

View File

@@ -567,6 +567,10 @@ else()
message(STATUS "TBB disabled, also disabling OpenVDB")
set(WITH_OPENVDB OFF)
endif()
if(WITH_MOD_FLUID)
message(STATUS "TBB disabled, disabling Fluid modifier")
set(WITH_MOD_FLUID OFF)
endif()
endif()
# used in many places so include globally, like OpenGL