For the newer tbb a lot of filenames changed. FindTBB.cmake does not find it, because tbb/task_scheduler_init.h and tbb/tbb_stddef.h do no longer exist. When I patch CMAKE to use tbb/task.h and oneapi/tbb/version.h it fails in build with missing tbb/atomic.h in include/util/packed_vector.hpp.