Andreas Lubensky wrote: > CMake just seg faulting seems pretty bad. Might it be a bug after all? The crash is most likely due to stack overflow. The RE code in CMake uses recursion and you can construct expressions that will kill the stack... -Bill