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:14:00 +0100 |
commit | 1fca3720f420c3f632269141b1d4ac65faf067d3 (patch) | |
tree | 38f23c15087aae335fb8f6bb49426d11ba47e680 | |
parent | 754b445fd5519ddca551a45b9ae6385d3ee451bb (diff) | |
download | libltdl-master.tar.gz libltdl-master.zip |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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} ) |