From 7c9c6e57983a565dafe6c170ed4f874172ed758e Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sun, 1 Feb 2026 01:29:12 +0100 Subject: [PATCH] Remove unused dependency from TactilityKernel tests --- Tests/TactilityKernel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/TactilityKernel/CMakeLists.txt b/Tests/TactilityKernel/CMakeLists.txt index 620fee5c..37589f7a 100644 --- a/Tests/TactilityKernel/CMakeLists.txt +++ b/Tests/TactilityKernel/CMakeLists.txt @@ -14,5 +14,4 @@ add_test(NAME TactilityKernelTests COMMAND TactilityKernelTests) target_link_libraries(TactilityKernelTests PUBLIC TactilityKernel PlatformPosix - hal-device )