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-01-27 14:26:26 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-27 14:27:35 +0300
commit1f954649c409a50a2a99d94fa3d4fccb9b381b72 (patch)
tree5ca5ac501d7a90aa1cdb4a7a75251256d7908d9a /build_files/cmake/macros.cmake
parentb871160dd962ac05b31456bc2f4c8f8fd45a839d (diff)
OpenVDB: Get rid of hardcoded TBB variables and enabled for Linux buildbot
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 28617cd7142..a5b29b49e16 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -404,7 +404,7 @@ function(setup_liblinks
endif()
endif()
if(WITH_OPENVDB)
- target_link_libraries(${target} ${OPENVDB_LIBRARIES})
+ target_link_libraries(${target} ${OPENVDB_LIBRARIES} ${TBB_LIBRARIES})
endif()
if(WITH_CYCLES_OSL)
target_link_libraries(${target} ${OSL_LIBRARIES})