cmake: enable pthreads for BoringSSL/AWS-LC

Depends on 6828df7d21 #21176

Closes #21168
This commit is contained in:
Viktor Szakats 2026-03-28 23:23:31 +01:00
parent c31fcf2dec
commit f14d9e6efc
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -35,7 +35,7 @@ endif()
include(CMakeFindDependencyMacro)
if("@HAVE_THREADS_POSIX@")
if("@HAVE_THREADS_POSIX@" OR "@HAVE_THREADS_POSIX_BORINGSSL@")
find_dependency(Threads) # for Threads::Threads
endif()