Skip to content
Snippets Groups Projects
Commit 9a291e80 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Add amiramesh and psurface flags if they are found

parent 7a2b5152
No related branches found
No related tags found
No related merge requests found
......@@ -11,5 +11,13 @@ if(ADOLC_FOUND AND IPOPT_FOUND AND PYTHONLIBS_FOUND AND dune-uggrid_FOUND)
add_dune_mpi_flags(${_program})
# target_compile_options(${_program} PRIVATE "-fpermissive")
endforeach()
if (AMIRAMESH_FOUND)
add_dune_amiramesh_flags(linear-elasticity)
endif()
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