mirror of https://github.com/stenzek/duckstation
Build: Fix threads detection on libc with built-in support
As noted in the FindThreads documentation[0], CMAKE_THREAD_LIBS_INIT may be empty if no special flags are needed to use thread support. Instead, use Threads_FOUND to determine if threads are supported. [0] https://cmake.org/cmake/help/latest/module/FindThreads.htmlpull/1306/head
parent
7a40a843d4
commit
8856099092
Loading…
Reference in New Issue