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

The external Alugrid library is not supported anymore

Use dune-alugrid instead, where the flags don't have to be added manually
parent e4d207d6
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -31,10 +31,6 @@ add_dune_alberta_flags(test-w-albertagrid2d GRIDDIM 2 WORLDDIM 2) ...@@ -31,10 +31,6 @@ add_dune_alberta_flags(test-w-albertagrid2d GRIDDIM 2 WORLDDIM 2)
add_dune_alberta_flags(test-w-albertagrid3d GRIDDIM 3 WORLDDIM 3) add_dune_alberta_flags(test-w-albertagrid3d GRIDDIM 3 WORLDDIM 3)
endif(ALBERTA_FOUND ) endif(ALBERTA_FOUND )
if(ALUGRID_FOUND)
add_dune_alugrid_flags(test-w-alugrid )
endif(ALUGRID_FOUND )
if(UG_FOUND) if(UG_FOUND)
add_dune_ug_flags(test-w-ug ) add_dune_ug_flags(test-w-ug )
endif(UG_FOUND ) endif(UG_FOUND )
......
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