diff options
author | Brad King <brad.king@kitware.com> | 2015-06-11 17:16:20 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-11 17:16:20 (GMT) |
commit | 31ce82d46d4150d0726929c8e37546bf84ead673 (patch) | |
tree | 543871218e4875529050a6bd073f7303e0781aad /Help | |
parent | d5690088683baee7e62716f6c7e89640bb77b4aa (diff) | |
parent | 6863c0d52cecfc980ba512ddc891878071ff86b0 (diff) | |
download | CMake-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.rst | 6 |
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. |