skvadrik / re2c

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

cmake/Re2cBootstrapParser.cmake: change flag order to match Makefile.am #414

Closed trofi closed 2 years ago

trofi commented 2 years ago

Autotools-based and cmake-based build systems had slightly different flag order:

Makefile.am:    $(AM_V_GEN)$(BISON) --warnings --output=$@ --defines=$(@:cc=h) $<

Let's make them identical.