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:
authorMartijn Berger <martijn.berger@gmail.com>2016-02-19 13:24:07 +0300
committerMartijn Berger <martijn.berger@gmail.com>2016-02-19 13:24:16 +0300
commit4e3513160993aa9561ab43ab2d84aef3b9623733 (patch)
treed6224948b760f04137e664881f45ce3ffa3880e8 /CMakeLists.txt
parent9e812225257b735ee30d93e0bdaeebdc957b7e46 (diff)
Mac OS X Openvdb, add blosc support.
even if WITH_OPENVDB_BLOSC is off openvdb still contains 1 reference to snappy so we link with it always
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1603f1f98b2..3b388ccd5f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2172,7 +2172,7 @@ elseif(APPLE)
set(OPENVDB_INCLUDE_DIRS ${OPENVDB}/include)
set(TBB_INCLUDE_DIRS ${LIBDIR}/tbb/include)
set(TBB_LIBRARIES ${LIBDIR}/tbb/lib/libtbb.a)
- set(OPENVDB_LIBRARIES openvdb ${TBB_LIBRARIES})
+ set(OPENVDB_LIBRARIES openvdb blosc ${TBB_LIBRARIES})
set(OPENVDB_LIBPATH ${LIBDIR}/openvdb/lib)
set(OPENVDB_DEFINITIONS)
endif()