Skip to content
Snippets Groups Projects
Commit 2d80f7d9 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Remove film-on-substrate from the make list for dune-elasticity versions older than 2.8

film-on-substrate uses a class of dune-elasticity that is not available in earlier versions
parent 085a0e42
Branches
No related tags found
1 merge request!61Enhancements
......@@ -5,7 +5,7 @@ set(programs compute-disc-error
rod3d)
# rodobstacle)
if (dune-parmg_FOUND)
if (dune-parmg_FOUND AND ${DUNE_ELASTICITY_VERSION} VERSION_GREATER_EQUAL 2.8)
set(programs film-on-substrate ${programs})
endif()
foreach(_program ${programs})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment