From 7bf2402cad684e290eeef543bd219398a6ce080c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sun, 12 Mar 2017 16:51:46 +0100 Subject: cmake: Correctly use the iconv libraries instead of twice the expat one --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cffda7b..155e995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,11 +191,11 @@ add_executable(test_suite EXCLUDE_FROM_ALL ${source_tests} ${source_database}) target_link_libraries(${PROJECT_NAME} - ${EXPAT_LIBRARIES} + ${ICONV_LIBRARIES} ${LIBUUID_LIBRARIES} ${EXPAT_LIBRARY}) target_link_libraries(test_suite - ${EXPAT_LIBRARIES} + ${ICONV_LIBRARIES} ${LIBUUID_LIBRARIES} ${EXPAT_LIBRARY}) if(SYSTEMD_FOUND) -- cgit v1.2.3