diff options
author | Brad King <brad.king@kitware.com> | 2017-01-25 13:41:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-25 13:41:24 (GMT) |
commit | c0ca687a1b8c27f767dd32ad7660a3fde84bbc82 (patch) | |
tree | f4c0db26db47862ef3aa3ef2e45ce18c8301fbbe /Help | |
parent | 54790e77d7401cc50fd6dce584aa00985aa94ac5 (diff) | |
parent | e5089c562cdb516bb2a502754788864390c429be (diff) | |
download | CMake-c0ca687a1b8c27f767dd32ad7660a3fde84bbc82.zip CMake-c0ca687a1b8c27f767dd32ad7660a3fde84bbc82.tar.gz CMake-c0ca687a1b8c27f767dd32ad7660a3fde84bbc82.tar.bz2 |
Merge topic 'cpack-ifw-options'
e5089c56 CPackIFW: Add some options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-ifw-options.rst | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Help/release/dev/cpack-ifw-options.rst b/Help/release/dev/cpack-ifw-options.rst index cbe0f63..9838fd4 100644 --- a/Help/release/dev/cpack-ifw-options.rst +++ b/Help/release/dev/cpack-ifw-options.rst @@ -3,5 +3,19 @@ cpack-ifw-options * The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and :command:`cpack_ifw_configure_component_group` commands gained a new - ``DEFAULT``, ``VIRTUAL``, ``FORCED_INSTALLATION``, ``DISPLAY_NAME``, - ``DESCRIPTION`` and ``RELEASE_DATE`` options to more specific configuration. + ``DEFAULT``, ``VIRTUAL``, ``FORCED_INSTALLATION``, ``REQUIRES_ADMIN_RIGHTS``, + ``DISPLAY_NAME``, ``UPDATE_TEXT``, ``DESCRIPTION``, ``RELEASE_DATE``, + ``AUTO_DEPEND_ON`` and ``TRANSLATIONS`` options to more specific + configuration. + +* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` + command gained a new ``DEPENDENCIES`` alias for ``DEPENDS`` option. + +* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component_group` + command gained a new ``DEPENDS`` option. The ``DEPENDENCIES`` alias also + added. + +* The :module:`CPackIFW` module :command:`cpack_ifw_configure_component` and + :command:`cpack_ifw_configure_component_group` commands ``PRIORITY`` + option now is deprecated and will be removed in a future version of CMake. + Please use new ``SORTING_PRIORITY`` option instead. |