From a6b2fc4fd2f1fc67df20d015771031212072eb89 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 2 Dec 2021 13:11:34 +0100 Subject: fix FTBFS when aRts support is not available from tdelibs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- blinken/src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blinken/src') diff --git a/blinken/src/CMakeLists.txt b/blinken/src/CMakeLists.txt index b0d1e1f4..d8776304 100644 --- a/blinken/src/CMakeLists.txt +++ b/blinken/src/CMakeLists.txt @@ -32,7 +32,7 @@ tde_add_executable( blinken AUTOMOC tdecore-shared tdeui-shared tdeio-shared - artskde-shared + ${ARTSKDE_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.3