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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-23 11:48:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-23 11:48:47 +0300
commit90e9da423b5f63d9845580e5b972138743a31c37 (patch)
tree31d46e3b45b74757195e24620ae65658cf8251bc /build_files/buildbot
parentd3fa1bd4d5a8ec82ffa41b996d7169711ee5831d (diff)
CMake: Enable BLOSC for OpenVDB for the full config
This will respect the official build configuration where we should have BLOSC enabled. We can't really detect if OpenVDB was compiled with BLOSC or not, so seems we can't really avoid this extra flag.
Diffstat (limited to 'build_files/buildbot')
-rw-r--r--build_files/buildbot/config/blender_linux.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index 2b7ef82b8ab..eb80d9513ef 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -102,8 +102,6 @@ set(TIFF_LIBRARY "/usr/lib/libtiff.a" CACHE STRING "" FORCE)
set(ZLIB_LIBRARY "/usr/lib/libz.a" CACHE STRING "" FORCE)
# OpenVDB
-set(WITH_OPENVDB ON CACHE BOOL "" FORCE)
-set(WITH_OPENVDB_BLOSC ON CACHE BOOL "" FORCE)
set(OPENVDB_LIBRARY
/opt/lib/openvdb/lib/libopenvdb.a
/opt/lib/blosc/lib/libblosc.a