Skip to content

Remove dune_list_filter in favor of list(FILTER)

Simon Praetorius requested to merge simon.praetorius-master-patch-73521 into master

This MR replaces a deprecated and later removed cmake function dune_list_filter and uses the cmake function list(FILTER) instead.

Merge request reports