summaryrefslogtreecommitdiffstats
path: root/konsole
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-27 13:12:50 +0900
committerMichele Calgaro <[email protected]>2024-12-27 20:14:48 +0900
commit9bd69e36df9978949a50c775c9855c6f7bed8f7c (patch)
tree04624f99561c68383359f2709538c932a5a19e32 /konsole
parent0fe16128497a13e344932b3f507989261f308635 (diff)
downloadtdebase-9bd69e36df9978949a50c775c9855c6f7bed8f7c.tar.gz
tdebase-9bd69e36df9978949a50c775c9855c6f7bed8f7c.zip
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3df12e580bf4a71991a80424b5375157f6bce3db)
Diffstat (limited to 'konsole')
-rw-r--r--konsole/konsole/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/CMakeLists.txt b/konsole/konsole/CMakeLists.txt
index 4f6c9285d..26fa93d70 100644
--- a/konsole/konsole/CMakeLists.txt
+++ b/konsole/konsole/CMakeLists.txt
@@ -78,5 +78,5 @@ set( ${target}_SRCS
tde_add_tdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${DL_LIBRARIES}
+ LINK tdeprint-shared tdeio-shared ${XRENDER_LIBRARIES} ${CMAKE_DL_LIBS}
)