wjakob / tbb

Intel TBB with CMake build system
Apache License 2.0
369 stars 161 forks source link

Question about static libraries #58

Closed leonsal closed 5 years ago

leonsal commented 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:

static linking tbb

Do you have any experience on issues in linking an application statically with tbb ? Regards.

wjakob commented 5 years ago

It's fine to do this as long as you don't link to other software that also include their own version of TBB.