Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BZip2: Remove unnecessary *.bz2 files from CMake source tree | David Cole | 2012-06-13 | 1 | -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 tar | Bill Hoffman | 2009-10-30 | 1 | -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. |