summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-11 17:16:20 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-11 17:16:20 (GMT)
commit31ce82d46d4150d0726929c8e37546bf84ead673 (patch)
tree543871218e4875529050a6bd073f7303e0781aad /Help
parentd5690088683baee7e62716f6c7e89640bb77b4aa (diff)
parent6863c0d52cecfc980ba512ddc891878071ff86b0 (diff)
downloadCMake-31ce82d46d4150d0726929c8e37546bf84ead673.zip
CMake-31ce82d46d4150d0726929c8e37546bf84ead673.tar.gz
CMake-31ce82d46d4150d0726929c8e37546bf84ead673.tar.bz2
Merge topic 'FindBISON-DEFINES_FILE'
6863c0d5 Help: Add notes for topic 'FindBISON-DEFINES_FILE' 12e534c2 FindBISON: Add DEFINES_FILE option to pass --defines=FILE eb859263 FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse arguments 29985ad8 FindBISON: Use BISON_TARGET macro argument names internally 801b799f FindBISON: Improve documentation formatting
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindBISON-DEFINES_FILE.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/FindBISON-DEFINES_FILE.rst b/Help/release/dev/FindBISON-DEFINES_FILE.rst
new file mode 100644
index 0000000..815d560
--- /dev/null
+++ b/Help/release/dev/FindBISON-DEFINES_FILE.rst
@@ -0,0 +1,6 @@
+FindBISON-DEFINES_FILE
+----------------------
+
+* The :module:`FindBISON` module ``BISON_TARGET`` macro learned a
+ new ``DEFINES_FILE`` option to specify a custom output header
+ to be generated.