From fd73bb601a629ce09868d3d7068272b3bd3870c3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 20 Apr 2016 13:21:48 -0400 Subject: Help: Add notes for topic 'fix-bison-flex-command-escaping' --- Help/release/dev/fix-bison-flex-command-escaping.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Help/release/dev/fix-bison-flex-command-escaping.rst diff --git a/Help/release/dev/fix-bison-flex-command-escaping.rst b/Help/release/dev/fix-bison-flex-command-escaping.rst new file mode 100644 index 0000000..dc2e87b --- /dev/null +++ b/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. -- cgit v0.12