From d3f80f351adb970ae03865eb09165ebccd8bf4f9 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Thu, 16 Aug 2018 09:14:40 -0700
Subject: [PATCH] Temporarily comment out the VTK demo

#2
---
 conanfile.py         | 2 +-
 demos/CMakeLists.txt | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conanfile.py b/conanfile.py
index f1566ae..f1f4c48 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -28,7 +28,7 @@ class nest(ConanFile):
 
     requires = (("contra/18.05@RWTH-VR/develop"),
                 ("nesci/18.05@RWTH-VR/develop"),
-		("Qt/5.11.1@bincrafters/stable"),
+		# ("Qt/5.11.1@bincrafters/stable"),
                 ("conduit/0.3.1@RWTH-VR/thirdparty"))
     generators = "cmake"
 
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 9d50156..a121da6 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -19,4 +19,5 @@
 # limitations under the License.
 #-------------------------------------------------------------------------------
 
-add_subdirectory(QVTK-Demo)
+add_subdirectory(brunel-simulation)
+# add_subdirectory(QVTK-Demo)
-- 
GitLab