From 95b85c797c3d42b154b809b2dd1318fee87528d9 Mon Sep 17 00:00:00 2001
From: Peter Albrecht <albrecpe@gmail.com>
Date: Thu, 21 Dec 2023 17:18:03 +0100
Subject: [PATCH] Removed SkillsMemory dependency from CMakeLists.txt

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

diff --git a/source/RobotAPI/libraries/skills_gui/CMakeLists.txt b/source/RobotAPI/libraries/skills_gui/CMakeLists.txt
index 8bc1f9acf..646d99495 100644
--- a/source/RobotAPI/libraries/skills_gui/CMakeLists.txt
+++ b/source/RobotAPI/libraries/skills_gui/CMakeLists.txt
@@ -10,7 +10,6 @@ set(LIBRARIES
     RobotAPISkillsCore
     RobotAPISkillsManager
     RobotAPIInterfaces
-    #SkillsMemory
     aron
 )
 
-- 
GitLab