Skip to content
Snippets Groups Projects
Commit ba6ebac4 authored by René Fritze's avatar René Fritze
Browse files

[cmake] silence dune-fem warning w/o alugrid present

parent 4ba7278e
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@
#define DS_FINAL ${DS_FINAL}
#define HAVE_DUNE_FEM_PARAMETER_REPLACE 0
#ifndef HAVE_ALUGRID
# define DUNE_FEM_DONT_WARN_IN_COMM_MANAGER 1
#endif
/*** Silence implicitly False evaluation of undefined macro warnings ****/
#ifndef HAVE_DUNE_FEM
# define HAVE_FUNE_FEM 0
......
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