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
This commit is contained in:
Martijn Berger 2016-02-19 02:24:07 -08:00
parent 9e81222525
commit 4e35131609
1 changed files with 1 additions and 1 deletions

View File

@ -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()