From 7c38b6f4ebdbf6fca408ca47c53e5fbf397d884b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Gr=C3=B6ger?= <tobias.groeger@student.kit.edu> Date: Tue, 16 Aug 2022 00:38:07 +0200 Subject: [PATCH] Change human library CMake target due to naming conflict --- source/armarx/navigation/human/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/armarx/navigation/human/CMakeLists.txt b/source/armarx/navigation/human/CMakeLists.txt index 670c1869..fd5fb36c 100644 --- a/source/armarx/navigation/human/CMakeLists.txt +++ b/source/armarx/navigation/human/CMakeLists.txt @@ -1,9 +1,9 @@ -armarx_add_aron_library(human_aron +armarx_add_aron_library(teb_human_aron ARON_FILES aron/Human.xml ) -armarx_add_library(human +armarx_add_library(teb_human DEPENDENCIES_PUBLIC ArmarXCore armarx_navigation::core -- GitLab