From 3df12e580bf4a71991a80424b5375157f6bce3db Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 27 Dec 2024 13:12:50 +0900 Subject: Replace pthread and dl linking with cmake-based variables Signed-off-by: Michele Calgaro --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c30ac10f..dd746e569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ set( PACKAGE tdebase ) ##### include essential cmake modules ########### include( FindPkgConfig ) +include( FindThreads ) include( CheckIncludeFile ) include( CheckIncludeFiles ) include( CheckCSourceRuns ) -- cgit v1.2.1