Skip to content

cmake: fix regex for hidden files

Stephan Hilb requested to merge stephan.hilb/dune-common:fix-cmake into master

Previously hidden directories were also matched and stripped. This resulted in the build failing if the build dir contained one hidden directory (e.g. '/tmp/.abc/dune/...')

Edited by Stephan Hilb

Merge request reports