Maratyszcza / pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++
BSD 2-Clause "Simplified" License
350 stars 133 forks source link

<fix>: remove unnecessary threadpool_interface targets. #41

Open waterdropw opened 12 months ago

waterdropw commented 12 months ago

pthreadpool_interface will cause some error when we want to export target pthreadpool for find_package(pthreadpool), and it's unnecessary(i think just aligned with bazel?), so remove it.