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 /intern/openvdb
parentb871160dd962ac05b31456bc2f4c8f8fd45a839d (diff)
OpenVDB: Get rid of hardcoded TBB variables and enabled for Linux buildbot
Diffstat (limited to 'intern/openvdb')
-rw-r--r--intern/openvdb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/openvdb/CMakeLists.txt b/intern/openvdb/CMakeLists.txt
index ce683e7d319..e0ecdb52929 100644
--- a/intern/openvdb/CMakeLists.txt
+++ b/intern/openvdb/CMakeLists.txt
@@ -42,6 +42,7 @@ if(WITH_OPENVDB)
list(APPEND INC_SYS
${BOOST_INCLUDE_DIR}
+ ${TBB_INCLUDE_DIRS}
${OPENEXR_INCLUDE_DIRS}
${OPENVDB_INCLUDE_DIRS}
)