diff options
-rw-r--r-- | cmake/FindLibUV.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/FindLibUV.cmake b/cmake/FindLibUV.cmake index df3696b2e3..63babfea67 100644 --- a/cmake/FindLibUV.cmake +++ b/cmake/FindLibUV.cmake @@ -75,6 +75,7 @@ if(WIN32) list(APPEND LIBUV_LIBRARIES ws2_32) endif() +find_package(Threads) if(Threads_FOUND) # TODO: Fix the cmake file to properly handle static deps for bundled builds. # Meanwhile just include the threads library if CMake tells us there's one to |