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-08-16 15:39:05 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-08-16 17:21:26 +0300
commit42b7fb0fd365ecd683474ce06e859ae3a2e96e89 (patch)
treebaed8566f2d473d9357fa9ca1c3cd342133a75e9 /build_files/build_environment/cmake/openvdb.cmake
parent231d54e79b5008effb8dc8fa17210914a88f84fd (diff)
Build Environment: fix OpenVDB 5.1 build on Linux.
Diffstat (limited to 'build_files/build_environment/cmake/openvdb.cmake')
-rw-r--r--build_files/build_environment/cmake/openvdb.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/build_files/build_environment/cmake/openvdb.cmake b/build_files/build_environment/cmake/openvdb.cmake
index 9ef4a269c10..69dff9b2b57 100644
--- a/build_files/build_environment/cmake/openvdb.cmake
+++ b/build_files/build_environment/cmake/openvdb.cmake
@@ -32,8 +32,7 @@ set(OPENVDB_EXTRA_ARGS
-DWITH_BLOSC=ON
-DBLOSC_INCLUDE_DIR=${LIBDIR}/blosc/include/
-DBLOSC_LIBRARY=${LIBDIR}/blosc/lib/libblosc${BLOSC_POST}${LIBEXT}
- -DOPENVDB_ABI_VERSION_NUMBER=3
- -DOPENVDB_ENABLE_3_ABI_COMPATIBLE=Off
+ -DOPENVDB_ENABLE_3_ABI_COMPATIBLE=OFF
-DOPENVDB_BUILD_UNITTESTS=Off
-DOPENVDB_BUILD_PYTHON_MODULE=Off
-DGLEW_LOCATION=${LIBDIR}/glew/