summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/fix-bison-flex-command-escaping.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/fix-bison-flex-command-escaping.rst')
-rw-r--r--Help/release/dev/fix-bison-flex-command-escaping.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/Help/release/dev/fix-bison-flex-command-escaping.rst b/Help/release/dev/fix-bison-flex-command-escaping.rst
deleted file mode 100644
index dc2e87b..0000000
--- a/Help/release/dev/fix-bison-flex-command-escaping.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-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.