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

Only compile film-on-substrate when dune-curvedgeometry is found

parent b53d55f4
No related branches found
No related tags found
1 merge request!63Feature/remove vertex normals
...@@ -5,7 +5,7 @@ set(programs compute-disc-error ...@@ -5,7 +5,7 @@ set(programs compute-disc-error
rod3d) rod3d)
# rodobstacle) # rodobstacle)
if (dune-parmg_FOUND AND ${DUNE_ELASTICITY_VERSION} VERSION_GREATER_EQUAL 2.8) if (dune-parmg_FOUND AND dune-curvedgeometry_FOUND AND ${DUNE_ELASTICITY_VERSION} VERSION_GREATER_EQUAL 2.8)
set(programs film-on-substrate ${programs}) set(programs film-on-substrate ${programs})
endif() endif()
foreach(_program ${programs}) foreach(_program ${programs})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment