summaryrefslogtreecommitdiffstats
path: root/arts/runtime
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 14:12:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 18:28:41 +0900
commit1bbc86f7b626b7754fba76d992b367e734991291 (patch)
treebd5be534bd3bae27fa656bb8c25cfb15fc962163 /arts/runtime
parent5c6479b287f1705f83156d3913e4830810f69a8f (diff)
downloadtdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.tar.gz
tdemultimedia-1bbc86f7b626b7754fba76d992b367e734991291.zip
Replace pthread and dl linking with cmake-based variables
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'arts/runtime')
-rw-r--r--arts/runtime/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/runtime/CMakeLists.txt b/arts/runtime/CMakeLists.txt
index ac8692c4..c36e1e11 100644
--- a/arts/runtime/CMakeLists.txt
+++ b/arts/runtime/CMakeLists.txt
@@ -36,7 +36,7 @@ tde_add_library( artsbuilder SHARED
compatibility.cpp localfactory_impl.cpp artsbuilderloader_impl.cpp
VERSION 0.0.0
LINK
- mcop artsflow artsflow_idl ${DL_LIBRARIES} ${ARTS_LIBRARIES}
+ mcop artsflow artsflow_idl ${CMAKE_DL_LIBS} ${ARTS_LIBRARIES}
DESTINATION ${LIB_INSTALL_DIR}
)