diff options
author | Brad King <brad.king@kitware.com> | 2016-09-19 12:55:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-19 12:55:12 (GMT) |
commit | 34b49df564be8b779ea8a3d5d4a3c3a70bc51510 (patch) | |
tree | 8036820149426fc1ea881105cc7eb40e101d8866 /Help | |
parent | 0a4d15a9e2c6605ad22b61fd3ede697bef17b366 (diff) | |
parent | c2f0f41f6372a6a810f43cab3ebba70261231c70 (diff) | |
download | CMake-34b49df564be8b779ea8a3d5d4a3c3a70bc51510.zip CMake-34b49df564be8b779ea8a3d5d4a3c3a70bc51510.tar.gz CMake-34b49df564be8b779ea8a3d5d4a3c3a70bc51510.tar.bz2 |
Merge topic 'ifw-user-interfaces'
c2f0f41f CPackIFW: Add USER_INTERFACES option
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/ifw-user-interfaces.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ifw-user-interfaces.rst b/Help/release/dev/ifw-user-interfaces.rst new file mode 100644 index 0000000..26e241a --- /dev/null +++ b/Help/release/dev/ifw-user-interfaces.rst @@ -0,0 +1,7 @@ +ifw-user-interfaces +------------------- + +* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and + :command:`cpack_ifw_configure_component_group` commands gained a new + ``USER_INTERFACES`` option to add a list of additonal pages to the IFW + installer. |