mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Help: Add notes for topic 'fix-bison-flex-command-escaping'
This commit is contained in:
12
Help/release/dev/fix-bison-flex-command-escaping.rst
Normal file
12
Help/release/dev/fix-bison-flex-command-escaping.rst
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user