summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/cpack-ifw-options.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-02-06 16:16:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-02-06 16:16:06 (GMT)
commit92be2fb392d694dffc80e635f4ac10212cfd7ef9 (patch)
tree4e01daadaa31c3149d30049a9fca80868288637a /Help/release/dev/cpack-ifw-options.rst
parent811c854efffba6f97bb3038b651fed7fc1bcf2be (diff)
parentc2f7ef637e7e47adf89cc8ef2eea2d6f879ddc7d (diff)
downloadCMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.zip
CMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.tar.gz
CMake-92be2fb392d694dffc80e635f4ac10212cfd7ef9.tar.bz2
Merge topic 'doc-3.8-relnotes'
c2f7ef63 Help: Organize and revise 3.8 release notes 3f5e4f19 Help: Consolidate 3.8 release notes
Diffstat (limited to 'Help/release/dev/cpack-ifw-options.rst')
-rw-r--r--Help/release/dev/cpack-ifw-options.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/Help/release/dev/cpack-ifw-options.rst b/Help/release/dev/cpack-ifw-options.rst
deleted file mode 100644
index 9838fd4..0000000
--- a/Help/release/dev/cpack-ifw-options.rst
+++ /dev/null
@@ -1,21 +0,0 @@
-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.