Browse Source

Help: Add notes for topic 'fix-bison-flex-command-escaping'

Brad King 9 years ago
parent
commit
fd73bb601a
1 changed files with 12 additions and 0 deletions
  1. 12 0
      Help/release/dev/fix-bison-flex-command-escaping.rst

+ 12 - 0
Help/release/dev/fix-bison-flex-command-escaping.rst

@@ -0,0 +1,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.