Replace dl linking with cmake-based variable

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1771f54e32)
remotes/origin/r14.1.x
Michele Calgaro 8 months ago
parent 58e823a013
commit ff389e8123
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -57,6 +57,6 @@ tde_add_library( k3b SHARED AUTOMOC
VERSION 3.0.0
EMBED k3bcore-static cddb-static k3bproject-static k3btools-static
jobs-static k3bplugin-static ${VIDEODVDRIP_LIBRARIES} ${SUBLIBRARIES}
LINK dl tdeio-shared tdeui-shared k3bdevice-shared
LINK ${CMAKE_DL_LIBS} tdeio-shared tdeui-shared k3bdevice-shared
DESTINATION ${LIB_INSTALL_DIR}
)

Loading…
Cancel
Save