summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fix-bison-flex-command-escaping.rst
blob: dc2e87b3866149ba408571acb1f55e1ade3413f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
fix-bison-flex-command-escaping
-------------------------------

* The :module:`FindBISON` module ``BISON_TARGET`` macro now supports
  special characters by passing the ``VERBATIM`` option to internal
  :command:`add_custom_command` calls.  This may break clients that
  added escaping manually to work around the bug.

* The :module:`FindFLEX` module ``FLEX_TARGET`` macro now supports
  special characters by passing the ``VERBATIM`` option to internal
  :command:`add_custom_command` calls.  This may break clients that
  added escaping manually to work around the bug.