From 84bf36d428e0d586b137bfe07596f71cb7769e48 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Tue, 24 Mar 2020 09:40:00 +0100
Subject: [PATCH] remove dummy lines causing CLion warning

---
 CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebaf3bf..ccf81a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,9 @@ catkin_package(CATKIN_DEPENDS
                controller_interface
                hardware_interface
                pluginlib
-               DEPENDS
-               system_lib)
+#               DEPENDS
+#               system_lib
+        )
 
 # ################################################################################################################################
 # Build ##
-- 
GitLab