Fix: Build error on windows in bf_intern_mantaflow

bf_intern_mantaflow lacked the `-DOPENVDB_STATICLIB` define
causing it to dynamically import openvdb, linked against
our static libs a happy time was not had by the linker.
This commit is contained in:
Ray Molenkamp 2020-02-06 13:44:30 -07:00
parent f875655418
commit 763f117c48

@ -27,6 +27,7 @@ add_definitions(-DWITH_FLUID=1)
if(WITH_OPENVDB)
add_definitions(-DOPENVDB=1)
add_definitions(-DOPENVDB_STATICLIB)
endif()
set(INC