From e91e7e7f8a13ac99d8fe717b9fb7a6535c2bdf2f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 27 Dec 2024 14:18:45 +0900 Subject: Replace pthread linking with cmake-based variable Signed-off-by: Michele Calgaro --- kdict/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdict') diff --git a/kdict/CMakeLists.txt b/kdict/CMakeLists.txt index dd9db235..d8fd9eec 100644 --- a/kdict/CMakeLists.txt +++ b/kdict/CMakeLists.txt @@ -44,5 +44,5 @@ tde_add_tdeinit_executable( kdict AUTOMOC SOURCES dcopinterface.skel main.cpp actions.cpp dict.cpp options.cpp queryview.cpp toplevel.cpp sets.cpp matchview.cpp application.cpp - LINK tdehtml-shared pthread + LINK tdehtml-shared ${CMAKE_THREAD_LIBS_INIT} ) -- cgit v1.2.1