Skip to content
Snippets Groups Projects
Commit 303493d3 authored by Jö Fahlke's avatar Jö Fahlke
Browse files

Merge branch 'fix/dune_list_filter_copynpaste' into 'master'

[dune_list_filter()] Fix copy-n-paste error.

See merge request core/dune-common!491
parents b0e81e0a 64582508
Branches
Tags
1 merge request!491[dune_list_filter()] Fix copy-n-paste error.
Pipeline #
......@@ -83,9 +83,9 @@ function(dune_list_filter list mode REGEX regular_expression)
endforeach(item)
if("${mode}" STREQUAL "INCLUDE")
set(result "${matched}" PARENT_SCOPE)
set(result "${matched}")
else()
set(result "${unmatched}" PARENT_SCOPE)
set(result "${unmatched}")
endif()
# remove the non-empty token from above. If the proper result would be a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment