mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 14:55:08 -06:00
Add TBB the new way to dependencies, remove gtest
This commit is contained in:
parent
69139c2a6f
commit
d1cdf80fef
4 changed files with 22 additions and 56 deletions
6
deps/CMakeLists.txt
vendored
6
deps/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue