Skip to content

fix the cmake magic to enable backwards compatibility for the category interface

when DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE is defined, we allow operators, precoditioners etc without the category method. There was a bug in the cmake magic, which was supposed to enable this define by default.

This should also fix #29 (closed) and is related to pdelab/dune-pdelab!250 (merged).

Merge request reports