From fd27d0b6e70b403f946585e02c7428725c09e28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 27 Dec 2024 14:14:00 +0100 Subject: Replace dl linking with cmake-based variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 1fca3720f420c3f632269141b1d4ac65faf067d3) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ) -- cgit v1.2.1