mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 22:42:23 +02:00
The pre-existing LINK_WITH_PTHREAD CMake option controls whether `pthread` should be linked into the library, but didn't apply to the test suites so far. This commit also links test suites to `pthread` in CMake-based builds which have LINK_WITH_PTHREAD set.