CPackIFW: add support for archive format and compression level
CPackIFW: add support for archive format and compression level options
Adds the following CPackIFW variables:
- CPACK_IFW_ARCHIVE_FORMAT
- CPACK_IFW_ARCHIVE_COMPRESSION
Fixes: #22803 (closed)
Merge request reports
Activity
mentioned in issue #22803 (closed)
added 1 commit
- 86542ff9 - CPackIFW: add support for archive format and compression level options
added 1 commit
- 15a5c450 - CPackIFW: add support for archive format and compression level options
added 1 commit
- ace963ae - CPackIFW: add support for archive format and compression level options
added 1 commit
- fa8349f4 - CPackIFW: add support for archive format and compression level options
FYI, I also added support for auto-detecting QtIFW 4.2, since these options require that version. I also changed the
binarycreator
andrepogen
command line options to be long options instead of short options; this improves debug experience when you runcpack
in verbose mode, since long options are more self explanatory than short ones.cc. @podsvirov cc. @awen.autret
Edited by Erlend E. Aaslandadded 1 commit
- 2a2d2272 - CPackIFW: add support for archive format and compression level options
added 1 commit
- 29fe1f96 - CPackIFW: add support for archive format and compression level options
I believe this is ready for review, @brad.king / @craig.scott / @podsvirov.
added 1 commit
- fa1a2f8a - CPackIFW: add support for archive format and compression level options
requested review from @podsvirov
assigned to @brad.king
changed milestone to %3.23.0
added workflow:in-review label
- Resolved by Erlend E. Aasland
@brad.king, let me know if you want me to split auto-detection of QtIFW 4.2 out in a separate MR.