Skip to content
Snippets Groups Projects
Commit 85876427 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

[cmake] remove add_dune_alberta_flags from add_dumux_all_flags

The Alberta flags additionally need a space dimension and can only be
added for one such dimension. Thus, it is impossible to add all.

Reviewed by gruenich.



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13841 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent b39b80bd
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,6 @@ function(add_dumux_all_flags)
foreach(_target ${ADD_DUMUX_ALL_FLAGS_UNPARSED_ARGUMENTS})
# add flags
add_dune_mpi_flags(${_target})
add_dune_alberta_flags(${_target})
add_dune_alugrid_flags(${_target})
add_dune_parmetis_flags(${_target})
add_dune_ug_flags(${_target})
......
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