Look for pthreads using the cmake module
Closed this issue · 1 comments
cryptomilk commented
See https://gitlab.com/libssh/libssh-mirror/-/blob/master/CMakeLists.txt#L83
To link against it use: Threads::Threads
rbdannenberg commented
OK, CMake files are now using find_package(Threads) and Threads::Threads.