Replace dl linking with cmake-based variable

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 2 months ago
parent 754b445fd5
commit 1fca3720f4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -15,5 +15,5 @@ include_directories(
tde_add_library( ltdlc STATIC_PIC
SOURCES ltdl.c
LINK ${DL_LIBRARIES}
LINK ${CMAKE_DL_LIBS}
)

Loading…
Cancel
Save