diff options
author | Michele Calgaro <[email protected]> | 2024-12-27 13:12:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-27 18:34:11 +0900 |
commit | 3df12e580bf4a71991a80424b5375157f6bce3db (patch) | |
tree | 5cfb727555f3161a3829ce3e64e665806cc6d5ae /konsole | |
parent | ab81005c219c6a8c104fc49e27f068048f59f7b1 (diff) | |
download | tdebase-3df12e580bf4a71991a80424b5375157f6bce3db.tar.gz tdebase-3df12e580bf4a71991a80424b5375157f6bce3db.zip |
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/CMakeLists.txt | 2 |
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} ) |