Created attachment 920778 [details] Fix pthreads typo The /usr/share/cmake/Modules/FindThreads.cmake file attempts to link against "pthreads", though the name of the library is actually "pthread" (libpthread.so). As a result, any multithreaded program than uses this CMake file is broken. Could this typo be fixed please? A patch is attached to this bug report. Thanks in advance!
I'm sorry, this was my mistake. Please ignore this bug report.