diff options
author | Brad King <brad.king@kitware.com> | 2016-04-20 17:21:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-04-20 17:22:47 (GMT) |
commit | fd73bb601a629ce09868d3d7068272b3bd3870c3 (patch) | |
tree | 7b6fe0ed191bc6ec53b86b41c543824752827535 /Help | |
parent | f56a0ddd289827b5daca473b6a3e46efa5c8f15b (diff) | |
download | CMake-fd73bb601a629ce09868d3d7068272b3bd3870c3.zip CMake-fd73bb601a629ce09868d3d7068272b3bd3870c3.tar.gz CMake-fd73bb601a629ce09868d3d7068272b3bd3870c3.tar.bz2 |
Help: Add notes for topic 'fix-bison-flex-command-escaping'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/fix-bison-flex-command-escaping.rst | 12 |
1 files changed, 12 insertions, 0 deletions
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. |