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:
@@ -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
|
||||
|
Reference in New Issue
Block a user