summaryrefslogtreecommitdiffstats
path: root/kdict
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 14:18:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 20:16:56 +0900
commitc982cc10bf58a4003ac58fe74a0a84badf4d35ac (patch)
treea4124c951db5a682d7c43969aab7982acddacf52 /kdict
parentf05b79044acf0d5ed78b3a0f53aca157ef524d8e (diff)
downloadtdenetwork-c982cc10.tar.gz
tdenetwork-c982cc10.zip
Replace pthread linking with cmake-based variable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e91e7e7f8a13ac99d8fe717b9fb7a6535c2bdf2f)
Diffstat (limited to 'kdict')
-rw-r--r--kdict/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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}
)