From 8466d0d850123cec7856fa2c0c522b245419e1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 4 Jul 2023 08:08:25 +0200 Subject: CMakeLists.txt: link properly --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fef3839..c521568 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ link_directories (${libssl_LIBRARY_DIRS}) foreach (extra iconv rt) find_library (extra_lib_${extra} ${extra}) if (extra_lib_${extra}) - list (APPEND common_libraries ${extra}) + list (APPEND common_libraries ${extra_lib_${extra}}) endif () endforeach () -- cgit v1.2.3