From 175602a49c0e2bcafb864e3aedb31b3c281e96da Mon Sep 17 00:00:00 2001
From: ARMAR-DE User <armarde@h2t>
Date: Wed, 21 Jun 2023 08:27:50 +0200
Subject: [PATCH] CMake (ExampleMemoryClient): adding missing dependency

---
 .../components/armem/client/ExampleMemoryClient/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt b/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
index b9434aeb6..d177d23e3 100644
--- a/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
+++ b/source/RobotAPI/components/armem/client/ExampleMemoryClient/CMakeLists.txt
@@ -10,7 +10,8 @@ set(COMPONENT_LIBS
     RobotAPICore RobotAPIInterfaces
     armem
     aronopencvconverter aronjsonconverter
-
+    # ExampleMemory_aron
+    ExampleMemory # actually, the aron version is sufficient
     ${OpenCV_LIBRARIES}
 )
 
-- 
GitLab