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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-29 08:20:16 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-29 08:21:35 +0300
commitca5f3dd2200725712a665705fc25e20a208d6295 (patch)
treeb178c85b6decaf8c7a3bade4c66ac296f6641c75 /intern/openvdb/CMakeLists.txt
parent52302757cd9eec2213ed6d3df66728755b30120d (diff)
Fix T54457: build error with OpenVDB versions newer than 3.
Solution provided by Sven-Hendrik Haase.
Diffstat (limited to 'intern/openvdb/CMakeLists.txt')
-rw-r--r--intern/openvdb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/openvdb/CMakeLists.txt b/intern/openvdb/CMakeLists.txt
index e0ecdb52929..4b872f25d45 100644
--- a/intern/openvdb/CMakeLists.txt
+++ b/intern/openvdb/CMakeLists.txt
@@ -38,6 +38,7 @@ set(SRC
if(WITH_OPENVDB)
add_definitions(
-DWITH_OPENVDB
+ -DOPENVDB_3_ABI_COMPATIBLE
)
list(APPEND INC_SYS