diff options
author | Brad King <brad.king@kitware.com> | 2016-11-30 13:37:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-30 13:37:30 (GMT) |
commit | 2036639b55fe5a1baaa36145368e7229834d6387 (patch) | |
tree | bb1f4f0b0a4100177ceecd52d174ea53cfd9b2f5 /Help | |
parent | 8cdf566bc00da2b1a839a74bdbc99cfbc305bfee (diff) | |
parent | 88ecfd8ba122133777bb71b027df3684689d4e3a (diff) | |
download | CMake-2036639b55fe5a1baaa36145368e7229834d6387.zip CMake-2036639b55fe5a1baaa36145368e7229834d6387.tar.gz CMake-2036639b55fe5a1baaa36145368e7229834d6387.tar.bz2 |
Merge topic 'cpack-ifw-options'
88ecfd8b CPackIFW: Add some options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cpack-ifw-options.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cpack-ifw-options.rst b/Help/release/dev/cpack-ifw-options.rst new file mode 100644 index 0000000..cbe0f63 --- /dev/null +++ b/Help/release/dev/cpack-ifw-options.rst @@ -0,0 +1,7 @@ +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. |