FindTBB.cmake fails with the below error for oneAPI versions later than 2021.
-- /opt/intel/oneapi/tbb/2021.6.0/env/..
CMake Error at cmake/modules/FindTBB.cmake:358 (file):
file failed to open for reading (No such file or directory):
/opt/intel/oneapi/tbb/2021.6.0/include/tbb/tbb_stddef.h
Call Stack (most recent call first):
cmake/modules/FindCXXStdExecution.cmake:97 (find_package)
CMakeLists.txt:114 (find_package)
Name of the version file has changed from tbb_stddef.h to version.h and the cmake module needs to be updated.