From 7a850997ec094196308dca4b941031472238f6a0 Mon Sep 17 00:00:00 2001
From: Simon Ottenhaus <simon.ottenhaus@kit.edu>
Date: Fri, 10 Aug 2018 17:00:39 +0200
Subject: [PATCH] removed duplicate libs

---
 .../statecharts/RobotNameHelperTestGroup/CMakeLists.txt       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/RobotAPI/statecharts/RobotNameHelperTestGroup/CMakeLists.txt b/source/RobotAPI/statecharts/RobotNameHelperTestGroup/CMakeLists.txt
index 43260100d..fa05832c7 100644
--- a/source/RobotAPI/statecharts/RobotNameHelperTestGroup/CMakeLists.txt
+++ b/source/RobotAPI/statecharts/RobotNameHelperTestGroup/CMakeLists.txt
@@ -25,8 +25,8 @@ if (Eigen3_FOUND AND Simox_FOUND)
 endif()
 
 set(COMPONENT_LIBS
-    ArmarXCoreInterfaces RobotAPIInterfaces RobotAPICore RobotStatechartHelpers ${Simox_LIBRARIES}
-    ArmarXCore ArmarXCoreStatechart ArmarXCoreObservers)
+    ${Simox_LIBRARIES}
+    )
 
 # Sources
 
-- 
GitLab