Skip to content
Snippets Groups Projects
Commit de279c23 authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Build all executables unconditionally

Building them only when all required dependencies are there
just means that I don't get meaningful error messages.
parent 103962a8
No related branches found
No related tags found
No related merge requests found
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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment