[CMake] Regular Expression to filter out C/C++ Comments

Bill Hoffman bill.hoffman at kitware.com
Mon Feb 22 22:09:33 EST 2010


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




More information about the CMake mailing list