From 58d24196b0783f53259765876e24577cf0f7f9c1 Mon Sep 17 00:00:00 2001
From: Raphael Grimm <raphael.grimm@kit.edu>
Date: Tue, 24 Jul 2018 00:40:58 +0200
Subject: [PATCH] removed obsolete linking of SimDynamics to RobotAPICore

---
 source/RobotAPI/libraries/core/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/RobotAPI/libraries/core/CMakeLists.txt b/source/RobotAPI/libraries/core/CMakeLists.txt
index 9a151bdb8..167b6be46 100644
--- a/source/RobotAPI/libraries/core/CMakeLists.txt
+++ b/source/RobotAPI/libraries/core/CMakeLists.txt
@@ -17,7 +17,6 @@ set(LIB_NAME       RobotAPICore)
 set(LIBS RobotAPIInterfaces ArmarXCoreObservers ArmarXCoreStatechart ArmarXCoreEigen3Variants
     VirtualRobot
     Saba
-    SimDynamics
     )
 
 set(LIB_FILES
-- 
GitLab