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>2018-04-25 13:27:01 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-04-25 13:27:35 +0300
commit26dab9c2fe15ff2686f92280ee759c2d2cbf299e (patch)
tree9666bf27bab444c8420f3cac92baa3cbf4ff1bc8
parent9a7f963a02aea2300f2f740c004c398db2a3dac3 (diff)
Buildbot: Attempt to link against Blosc statically
Was broken by f1e6838376a.
-rw-r--r--build_files/buildbot/config/blender_linux.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_files/buildbot/config/blender_linux.cmake b/build_files/buildbot/config/blender_linux.cmake
index b41c94494d1..a405ae95fff 100644
--- a/build_files/buildbot/config/blender_linux.cmake
+++ b/build_files/buildbot/config/blender_linux.cmake
@@ -140,6 +140,10 @@ set(ZLIB_LIBRARY "/usr/lib${MULTILIB}/libz.a" CACHE STRING "" FORCE)
# OpenVDB
set(OPENVDB_LIBRARY
/opt/lib/openvdb/lib/libopenvdb.a
+ CACHE BOOL "" FORCE
+)
+
+set(BLOSC_LIBRARY
/opt/lib/blosc/lib/libblosc.a
CACHE BOOL "" FORCE
)