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
# This is a poor test to check of libstc++ is used
84
-
if(UNIXANDNOTAPPLE)
85
-
if(NOT enable-libcxx)
86
-
find_package(TBB)
87
-
if(NOT TBB_FOUND)
88
-
message(FATAL_ERROR"Intel Threading Building Blocks library (TBB) is required by libstdc++ to support parallel STL algorithms. You may want to disable support for those parallel algorithms by passing -Denable-parallel-stl-algorithms=OFF to cmake")
message(FATAL_ERROR"Intel Threading Building Blocks library (TBB) is required by libstdc++ to support parallel STL algorithms. You may want to disable support for those parallel algorithms by passing -Denable-parallel-stl-algorithms=OFF to cmake")
0 commit comments