diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-12-27 14:14:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-12-27 14:25:51 +0100 |
commit | fd27d0b6e70b403f946585e02c7428725c09e28a (patch) | |
tree | 38f23c15087aae335fb8f6bb49426d11ba47e680 | |
parent | 8590c6cba11c1aed4e23cc61efab2ac363132848 (diff) | |
download | libltdl-fd27d0b6e70b403f946585e02c7428725c09e28a.tar.gz libltdl-fd27d0b6e70b403f946585e02c7428725c09e28a.zip |
Replace dl linking with cmake-based variabler14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 1fca3720f420c3f632269141b1d4ac65faf067d3)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 014b8e8..556f085 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,5 +15,5 @@ include_directories( tde_add_library( ltdlc STATIC_PIC SOURCES ltdl.c - LINK ${DL_LIBRARIES} + LINK ${CMAKE_DL_LIBS} ) |