Fix: Mantaflow always builds openvdb statically

This would lead to problems when we build a dynamic openvdb library.
This commit is contained in:
Sebastian Parborg 2020-08-27 14:49:34 +02:00
parent 91aeb452ab
commit 1131328aeb
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ endif()
if(WITH_OPENVDB)
add_definitions(-DOPENVDB=1)
if(NOT WIN32)
add_definitions(-DOPENVDB_STATICLIB)
endif()
endif()
if(WITH_OPENVDB_BLOSC)