From 704b616e1bd261115de266d6eca63d7d2f65240c Mon Sep 17 00:00:00 2001
From: Fabian Reister <fabian.reister@kit.edu>
Date: Sun, 28 Nov 2021 12:55:14 +0100
Subject: [PATCH] fix: removing deleted dependency location_aron

---
 source/armarx/navigation/location/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/armarx/navigation/location/CMakeLists.txt b/source/armarx/navigation/location/CMakeLists.txt
index 21db0db7..89837ba1 100644
--- a/source/armarx/navigation/location/CMakeLists.txt
+++ b/source/armarx/navigation/location/CMakeLists.txt
@@ -5,7 +5,6 @@ armarx_add_library(location
 
         armem
 
-        armarx_navigation::location_aron
     SOURCES
         constants.cpp
     HEADERS
-- 
GitLab