skvadrik / re2c

Lexer generator for C, C++, Go and Rust.
https://re2c.org
Other
1.07k stars 169 forks source link

CMake - don't require Python just to build #421

Closed idigdoug closed 1 year ago

idigdoug commented 1 year ago

The BUILD.md document implies that re2c should be able to build without Python, but the CMake build has a hard requirement for Python. Fix the CMake build to match what BUILD.md says.

idigdoug commented 1 year ago

Makes sense to me. I'll update the BUILD.md pr accordingly.