From 65b1a7c27b5e7e1e1fbfef53d827fab1f7455008 Mon Sep 17 00:00:00 2001
From: Simon Ottenhaus <simon.ottenhaus@kit.edu>
Date: Wed, 4 Jun 2014 13:55:21 +0200
Subject: [PATCH] Fixed CMakeLists.txt

---
 CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b5f02ba8..390d45729 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,10 +7,6 @@ find_package("ArmarXCore" REQUIRED
 )
 
 include(${ArmarXCore_CMAKE_DIR}/ArmarXProject.cmake)
-depends_on_armarx_package(ArmarXGui)
-depends_on_armarx_package(MemoryX)
-depends_on_armarx_package(VisionX)
-
 include(${ArmarXCore_USE_FILE})
 
 armarx_project("RobotAPI")
-- 
GitLab