aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-07-04 08:08:25 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-07-04 08:08:29 +0200
commit8466d0d850123cec7856fa2c0c522b245419e1ad (patch)
tree0daa4b5c8ce94e3e5c2dbf088a05fea73938135c
parent4c2874649d4b1d2414793d60915d309f0bf67117 (diff)
downloadliberty-8466d0d850123cec7856fa2c0c522b245419e1ad.tar.gz
liberty-8466d0d850123cec7856fa2c0c522b245419e1ad.tar.xz
liberty-8466d0d850123cec7856fa2c0c522b245419e1ad.zip
CMakeLists.txt: link properly
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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 ()