Closed leonsal closed 5 years ago
Hi,
Your CMakeLists.txt can generate static libraries which is very good but I read some comments that using tbb as a static library can be problematic:
tbb
static linking tbb
Do you have any experience on issues in linking an application statically with tbb ? Regards.
It's fine to do this as long as you don't link to other software that also include their own version of TBB.
Hi,
Your CMakeLists.txt can generate static libraries which is very good but I read some comments that using
tbb
as a static library can be problematic:static linking tbb
Do you have any experience on issues in linking an application statically with tbb ? Regards.