fix-bison-flex-command-escaping.rst 574 B

123456789101112
  1. fix-bison-flex-command-escaping
  2. -------------------------------
  3. * The :module:`FindBISON` module ``BISON_TARGET`` macro now supports
  4. special characters by passing the ``VERBATIM`` option to internal
  5. :command:`add_custom_command` calls. This may break clients that
  6. added escaping manually to work around the bug.
  7. * The :module:`FindFLEX` module ``FLEX_TARGET`` macro now supports
  8. special characters by passing the ``VERBATIM`` option to internal
  9. :command:`add_custom_command` calls. This may break clients that
  10. added escaping manually to work around the bug.