segfault caused by cmsys::RegExpFind::regmatch(char const*) recursion
On my machine cmake segfaults on https://github.com/fmtlib/format-benchmark . After investigating the issue it turned out that recursive calls to cmsys::RegExpFind::regmatch(char const*) ate up the whole stack. I am using cmake version 3.30.1.