-
-
Notifications
You must be signed in to change notification settings - Fork 907
Open
Description
When compiling the profiler on manjaro linux, using gcc I get linker error "undefined reference to tbb::detail::r1::execution_slot". It can be fixed by linking against tbb in the profiler cmake:
find_package(TBB REQUIRED COMPONENTS tbb)
target_link_libraries(${PROJECT_NAME} PRIVATE tbb)
I could open a pull request which does this, but I'm not certain if this should also be applied to other platforms.
Metadata
Metadata
Assignees
Labels
No labels