mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Adds the following CPackIFW variables: - CPACK_IFW_ARCHIVE_FORMAT - CPACK_IFW_ARCHIVE_COMPRESSION These variables control mirror the --archive-format and --compression options of the QtIFW binarycreator and repogen tools. Fixes: #22803 Co-authored-by: Erlend E. Aasland <erlend.aasland@innova.no> Co-authored-by: Awen Autret
10 lines
372 B
ReStructuredText
10 lines
372 B
ReStructuredText
|
|
cpackifw-archive-format
|
|
-----------------------
|
|
|
|
* The :cpack_gen:`CPack IFW Generator` gained the new
|
|
:variable:`CPACK_IFW_ARCHIVE_FORMAT` and
|
|
:variable:`CPACK_IFW_ARCHIVE_COMPRESSION` variables for setting the format
|
|
used when packaging new component data archives, and choosing the compression
|
|
level used. These features are available for QtIFW 4.2 and newer.
|