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
If I didn't get something completely wrong, these lines of code are dead, as find_package(TBB REQUIRED) never lets TBB_FOUND equal to false, but instead searches generically for TBB and raises an error before the outer scope can handle the absence of TBB...
The text was updated successfully, but these errors were encountered:
If I didn't get something completely wrong, these lines of code are dead, as
find_package(TBB REQUIRED)
never letsTBB_FOUND
equal tofalse
, but instead searches generically for TBB and raises an error before the outer scope can handle the absence of TBB...The text was updated successfully, but these errors were encountered: