RenderKit / rkcommon

Intel RenderKit common C++/CMake infrastructure
Apache License 2.0
17 stars 10 forks source link

TBB dependency - 2017? 4.4? #2

Closed robp-mpc closed 3 years ago

robp-mpc commented 5 years ago

FindTBB.cmake seems to be checking for 4.4+ but I think use of this_task_arena in the code means we need 2017+?

johguenther commented 3 years ago

139ff1b1d21d82ea3530e0741a67ee13161625a0 clarifies that the minimum version of TBB is 4.4.3, to provide the used tbb::task_arena::attach().