OpenVDB: Get rid of hardcoded TBB variables and enabled for Linux buildbot

This commit is contained in:
Sergey Sharybin
2016-01-27 11:26:26 +00:00
parent b871160dd9
commit 1f954649c4
5 changed files with 81 additions and 12 deletions

View File

@@ -101,5 +101,8 @@ set(PNG_LIBRARY "/usr/lib/libpng.a" CACHE STRING "" FORCE)
set(TIFF_LIBRARY "/usr/lib/libtiff.a" CACHE STRING "" FORCE)
set(ZLIB_LIBRARY "/usr/lib/libz.a" CACHE STRING "" FORCE)
# OpenVDB
set(WITH_OPENVDB ON CACHE BOOL "" FORCE)
# Additional linking libraries
set(CMAKE_EXE_LINKER_FLAGS "-lrt -static-libstdc++" CACHE STRING "" FORCE)