From 1131328aeb8c4c0e682416dba457a201127806bd Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Thu, 27 Aug 2020 14:49:34 +0200 Subject: Fix: Mantaflow always builds openvdb statically This would lead to problems when we build a dynamic openvdb library. --- extern/mantaflow/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'extern/mantaflow') diff --git a/extern/mantaflow/CMakeLists.txt b/extern/mantaflow/CMakeLists.txt index 989f45c69b4..8bb0bc69f98 100644 --- a/extern/mantaflow/CMakeLists.txt +++ b/extern/mantaflow/CMakeLists.txt @@ -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) -- cgit v1.2.3