From e3e83ca1e04927f310da26cb516f2d5d1a6e965f Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Sat, 30 Jan 2016 15:14:36 +0100
Subject: [PATCH] Disable building the rodobstacle program

It is so uncompileable that I am not able to fix it quickly.  Since I don't
actually need it right now I let it wait for another day.
---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 34fab1aa..d0e141f0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -3,8 +3,8 @@ set(programs compute-disc-error
              gradient-flow
              harmonicmaps
              mixed-cosserat-continuum
-             rod-eoc
-             rodobstacle)
+             rod-eoc)
+#            rodobstacle)
 
 foreach(_program ${programs})
   add_executable(${_program} ${_program}.cc)
-- 
GitLab