summaryrefslogtreecommitdiffstats
path: root/kstartperf
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 13:14:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 20:16:18 +0900
commitcced8d413b25722651b28aca9dde7ad2c638176c (patch)
treeafde9ab4c7500685c1f687220dd4192f1f9914c8 /kstartperf
parent75b09d8869fda16a34f349e391ae0e709d8af8f2 (diff)
downloadtdesdk-cced8d41.tar.gz
tdesdk-cced8d41.zip
Replace dl linking with cmake-based variable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 42731f11817a86c155d811fde65d70638a210574)
Diffstat (limited to 'kstartperf')
-rw-r--r--kstartperf/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/CMakeLists.txt b/kstartperf/CMakeLists.txt
index 049eb880..8c6548f2 100644
--- a/kstartperf/CMakeLists.txt
+++ b/kstartperf/CMakeLists.txt
@@ -24,7 +24,7 @@ link_directories(
tde_add_library( kstartperf SHARED AUTOMOC
SOURCES libkstartperf.c
VERSION 1.0.0
- LINK ${DL_LIBRARIES}
+ LINK ${CMAKE_DL_LIBS}
DESTINATION ${LIB_INSTALL_DIR}
)