diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2015-06-28 21:12:02 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-06-28 21:16:19 +0200 |
commit | 7c73823e9f1619e471779c8f203b2774ca04fefd (patch) | |
tree | f444f6d77aa6d3510cb5487c9ad2f50e0413c8e1 /kstartperf | |
parent | 81799c1cf96bfd84a38b2f444a9dafb1f7854989 (diff) | |
download | tdesdk-7c73823e9f1619e471779c8f203b2774ca04fefd.tar.gz tdesdk-7c73823e9f1619e471779c8f203b2774ca04fefd.zip |
Fix hardcoded link to dl library
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 357bffb17e661ff3e293d38055b10c914e1316d9)
Diffstat (limited to 'kstartperf')
-rw-r--r-- | kstartperf/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/CMakeLists.txt b/kstartperf/CMakeLists.txt index a9eddb1b..049eb880 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 + LINK ${DL_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |