From 22db72d853c2ec99a2c9fd41cf73fc1f22008707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 20 May 2024 10:21:45 +0200 Subject: Fix the detecion and use of the udev library. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tsak/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsak') diff --git a/tsak/CMakeLists.txt b/tsak/CMakeLists.txt index 4490636db..185816b94 100644 --- a/tsak/CMakeLists.txt +++ b/tsak/CMakeLists.txt @@ -23,6 +23,6 @@ link_directories( tde_add_executable( tsak SOURCES main.cpp - LINK udev + LINK ${UDEV_LIBRARIES} DESTINATION ${BIN_INSTALL_DIR} ) -- cgit v1.2.1