From 0bcd4e194cd2c9c7b64dfab02e9ceff34796eb61 Mon Sep 17 00:00:00 2001
From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de>
Date: Thu, 21 Apr 2016 18:36:50 +0200
Subject: [PATCH] update CMakeLists (App has gone)

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d02c83cd000..f328552d5f0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,9 +44,6 @@ add_subdirectory(Core)
 add_subdirectory(Tests/UnitTests/Core)
 add_subdirectory(Fit)
 add_subdirectory(Tests/UnitTests/Fit)
-if(ROOT_FOUND AND BORNAGAIN_APP) # TODO: find out whether this is still needed
-    add_subdirectory(App)
-endif()
 if(BORNAGAIN_GUI)
     add_subdirectory(GUI)
     add_subdirectory(Tests/UnitTests/GUI)
-- 
GitLab