Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2020-08-27 15:49:34 +0300
committerSebastian Parborg <darkdefende@gmail.com>2020-08-27 15:49:34 +0300
commit1131328aeb8c4c0e682416dba457a201127806bd (patch)
treea523f1e8a72957470f7ff17456e948ba7ce74a90 /extern
parent91aeb452ab251b307311fe869e8e14df945ec6bc (diff)
Fix: Mantaflow always builds openvdb statically
This would lead to problems when we build a dynamic openvdb library.
Diffstat (limited to 'extern')
-rw-r--r--extern/mantaflow/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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)