summaryrefslogtreecommitdiffstats
path: root/Utilities/cmbzip2/sample1.bz2
Commit message (Collapse)AuthorAgeFilesLines
* BZip2: Remove unnecessary *.bz2 files from CMake source treeDavid Cole2012-06-131-0/+0
| | | | | | | We had complaints that people couldn't install the CMake source tarball on some secure systems because there were "corrupt bz2 files" in it... We do not use these sample*.bz2 files anyhow in the CMake build, so we'll just remove them.
* Switch to using libarchive from libtar for cpack and cmake -E tarBill Hoffman2009-10-301-0/+0
This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well.