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:
authorRay Molenkamp <github@lazydodo.com>2018-08-28 04:37:55 +0300
committerRay Molenkamp <github@lazydodo.com>2018-08-28 04:38:31 +0300
commit5e8a030a08b73a1fbd94ed11dcc51d26f1c27dad (patch)
treee3b803f98ea30bc97a70267fb736cea6d2cbe699 /intern/openvdb
parent6dd394bf02b121a61fb8bdf153b778330a3d9320 (diff)
cmake: adjustments required for lib-upgrade on windows.
Diffstat (limited to 'intern/openvdb')
-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 f666dc78e75..9ac0817903b 100644
--- a/intern/openvdb/CMakeLists.txt
+++ b/intern/openvdb/CMakeLists.txt
@@ -38,6 +38,7 @@ set(SRC
if(WITH_OPENVDB)
add_definitions(
-DWITH_OPENVDB
+ ${OPENVDB_DEFINITIONS}
)
if(WITH_OPENVDB_3_ABI_COMPATIBLE)