Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMAKE: look for pthreads when importing wolfSSL if required
All required dependencies of a package must also be found in the package configuration file. Consumers of wolfSSL can't know if it was built with or without threads support. This change adds find_package(Threads) lookup in the file used for find_package(wolfssl) if wolfSSL was built with threads support.
- Loading branch information