Add TBB the new way to dependencies, remove gtest

This commit is contained in:
tamasmeszaros 2021-03-20 16:15:28 +01:00
parent 69139c2a6f
commit d1cdf80fef
4 changed files with 22 additions and 56 deletions

6
deps/CMakeLists.txt vendored
View file

@ -152,6 +152,7 @@ include(GMP/GMP.cmake)
include(MPFR/MPFR.cmake)
include(CGAL/CGAL.cmake)
include(NLopt/NLopt.cmake)
include(TBB/TBB.cmake)
include(wxWidgets/wxWidgets.cmake)
if (NOT "${ZLIB_PKG}" STREQUAL "")
@ -159,12 +160,13 @@ if (NOT "${ZLIB_PKG}" STREQUAL "")
add_dependencies(dep_openexr ${ZLIB_PKG})
endif ()
add_dependencies(dep_openvdb dep_TBB)
set(_dep_list
dep_boost
dep_tbb
dep_TBB
dep_libcurl
dep_wxWidgets
dep_gtest
dep_cereal
dep_NLopt
dep_openvdb