mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
e5089c562c
The cpack_ifw_configure_component_group command gained options: - DEPENDS. The cpack_ifw_configure_component and cpack_ifw_configure_component_group commands gained options: - REQUIRES_ADMIN_RIGHTS; - UPDATE_TEXT; - SORTING_PRIORITY; # New name for PRIORITY - DEPENDENCIES; # Alias for DEPENDS - AUTO_DEPEND_ON; - TRANSLATIONS. For both commands PRIORITY option now is depreceted. Please use SORTING_PRIORITY instead.
22 lines
1009 B
ReStructuredText
22 lines
1009 B
ReStructuredText
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``, ``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.
|