summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-22 13:02:08 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-22 13:02:08 (GMT)
commiteadc6db82e62ac059c9ca6cbbde5f8b31d862f2e (patch)
tree3d25e4df664eebd47d6af883ddfe3655249118af /Help
parent76e793b9ad1483f6f397f630fdc5d4fcaf141c06 (diff)
parentfd73bb601a629ce09868d3d7068272b3bd3870c3 (diff)
downloadCMake-eadc6db82e62ac059c9ca6cbbde5f8b31d862f2e.zip
CMake-eadc6db82e62ac059c9ca6cbbde5f8b31d862f2e.tar.gz
CMake-eadc6db82e62ac059c9ca6cbbde5f8b31d862f2e.tar.bz2
Merge topic 'fix-bison-flex-command-escaping'
fd73bb60 Help: Add notes for topic 'fix-bison-flex-command-escaping' f56a0ddd FindBISON: Fix BISON_TARGET macro for special characters in path (#16072) 3d13492e FindFLEX: Fix FLEX_TARGET macro for special characters in path (#16072)
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/fix-bison-flex-command-escaping.rst12
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.