From f9da6264cf00471e72e1c2b27540589014ec3431 Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Oct 2024 13:39:43 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14d0bb6..b9acd89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,7 @@ set(FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/external_cmake) # prefer -pthread instead of -lpthread or -lpthreads set(THREADS_PREFER_PTHREAD_FLAG TRUE) +find_package(Threads REQUIRED) include(ExternalAbseil) include(ExternalBlake3)