From ec47e62bfc82144aa0dfb7b5ac0831db7e919b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 14 Jun 2015 03:42:08 +0200 Subject: Fix detection for option TDEINIT_USE_XFT with CMake build 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 14243cc8ead795531e47954763cc8b1bec94a092) --- 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 c21282182..16acb7678 100644 --- a/kinit/CMakeLists.txt +++ b/kinit/CMakeLists.txt @@ -40,7 +40,7 @@ set( ${target}_SRCS tde_add_executable( ${target} SOURCES ${${target}_SRCS} - LINK ltdlc-static kparts-shared + LINK ltdlc-static kparts-shared ${XFT_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1