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/intern
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-02-26 21:10:07 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-26 21:24:20 +0300
commit9085b7e847bb8904e17597d651f1a8f4c7e9ae43 (patch)
tree195f2f4bf88e2d0268051d0e4b56e35a2b2a55d3 /intern
parentda38cb622e0f2e6389fee3ffb148ca77b5979014 (diff)
Fix OpenVDB link error on Windows after recent changes
Diffstat (limited to 'intern')
-rw-r--r--intern/mantaflow/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/mantaflow/CMakeLists.txt b/intern/mantaflow/CMakeLists.txt
index 1ca523ccc44..5080f2d8cac 100644
--- a/intern/mantaflow/CMakeLists.txt
+++ b/intern/mantaflow/CMakeLists.txt
@@ -64,6 +64,7 @@ if(WITH_TBB)
endif()
if(WITH_OPENVDB)
+ add_definitions(-DWITH_OPENVDB ${OPENVDB_DEFINITIONS})
list(APPEND INC_SYS
${OPENVDB_INCLUDE_DIRS}
)