From efc118471371379898e4de23a6f0b94655549b0f Mon Sep 17 00:00:00 2001
From: Rainer Kartmann <rainer.kartmann@kit.edu>
Date: Tue, 30 Nov 2021 17:11:19 +0100
Subject: [PATCH] Update navigatio memory

---
 .../navigation/components/NavigationMemory/CMakeLists.txt       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/armarx/navigation/components/NavigationMemory/CMakeLists.txt b/source/armarx/navigation/components/NavigationMemory/CMakeLists.txt
index 63428fef..06bd4080 100644
--- a/source/armarx/navigation/components/NavigationMemory/CMakeLists.txt
+++ b/source/armarx/navigation/components/NavigationMemory/CMakeLists.txt
@@ -7,7 +7,7 @@ armarx_add_component(navigation_memory
         ArmarXGuiComponentPlugins  # For RemoteGui plugin.
         # RobotAPI
         RobotAPICore
-        armem
+        armem_server
         ## RobotAPIInterfaces
         RobotAPIComponentPlugins  # For ArViz and other plugins.
 
-- 
GitLab