Skip to content
  • Sean D'Epagnier's avatar
    CPackDeb: Add option to set compression type · 13778cd3
    Sean D'Epagnier authored and Brad King's avatar Brad King committed
    Add a CPACK_DEBIAN_COMPRESSION_TYPE option to set the compression type.
    Default to 'gzip' to preserve existing behavior.  Use "cmake -E tar"
    for 'gzip', 'bzip2', and 'none'.  Use system "tar" for 'lzma' and 'xz'.
    13778cd3