From d37bb843d18966a1b2f38e49363dc9f8ebbaed43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 12 Jun 2020 03:56:33 +0200 Subject: Use private linking for exported CMake targets. 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 158b6e1152413e4fa973b70b7469bb1f256a1f38) --- kinit/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kinit') diff --git a/kinit/CMakeLists.txt b/kinit/CMakeLists.txt index 19b96494c..c1682c698 100644 --- a/kinit/CMakeLists.txt +++ b/kinit/CMakeLists.txt @@ -40,7 +40,7 @@ set( ${target}_SRCS tde_add_executable( ${target} SOURCES ${${target}_SRCS} - LINK kICE-static ltdlc-static kparts-shared ${XFT_LIBRARIES} + LINK kICE-static ltdlc-static kparts-shared ${FONTCONFIG_LIBRARIES} ${XFT_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1