From 34252b434d833908ef090fddb86c854f2d6d5315 Mon Sep 17 00:00:00 2001 From: redPanther Date: Thu, 23 Jun 2016 09:39:56 +0200 Subject: [PATCH] fix linking for serialport (#37) --- libsrc/hyperion/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/hyperion/CMakeLists.txt b/libsrc/hyperion/CMakeLists.txt index ba551387..c41a54f3 100644 --- a/libsrc/hyperion/CMakeLists.txt +++ b/libsrc/hyperion/CMakeLists.txt @@ -58,6 +58,5 @@ target_link_libraries(hyperion hyperion-utils leddevice effectengine - serialport ${QT_LIBRARIES} )