From de279c239b40b8812bbd91192b2f054ae814b947 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Tue, 7 Sep 2021 14:39:39 +0200
Subject: [PATCH] Build all executables unconditionally

Building them only when all required dependencies are there
just means that I don't get meaningful error messages.
---
 src/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 84b207b..06b9563 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,4 +1,3 @@
-if(ADOLC_FOUND AND IPOPT_FOUND AND PYTHONLIBS_FOUND AND dune-uggrid_FOUND)
   set(programs finite-strain-elasticity
                linear-elasticity
                quasiconvexity-test
@@ -23,5 +22,4 @@ if(ADOLC_FOUND AND IPOPT_FOUND AND PYTHONLIBS_FOUND AND dune-uggrid_FOUND)
   if (PSURFACE_FOUND)
     add_dune_psurface_flags(linear-elasticity)
   endif()
-endif()
 
-- 
GitLab