Commit: 26dab9c2fe15ff2686f92280ee759c2d2cbf299e
Author: Sergey Sharybin
Date:   Wed Apr 25 12:27:01 2018 +0200
Branches: master
https://developer.blender.org/rB26dab9c2fe15ff2686f92280ee759c2d2cbf299e

Buildbot: Attempt to link against Blosc statically

Was broken by f1e6838376a.

===================================================================

M       build_files/buildbot/config/blender_linux.cmake

===================================================================

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
 )

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to