You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake fails at detecting OneTBB because it is looking for header task_scheduler_init.h which has been removed from TBB in version 2021.1.
One solution could be to first try to detect OneTBB using find_package in CONFIG mode, if it fails, try to use current macro to detect an older version of TBB.
The text was updated successfully, but these errors were encountered:
cmake fails at detecting OneTBB because it is looking for header
task_scheduler_init.h
which has been removed from TBB in version 2021.1.One solution could be to first try to detect OneTBB using find_package in CONFIG mode, if it fails, try to use current macro to detect an older version of TBB.
The text was updated successfully, but these errors were encountered: