summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_lzma.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename header guards to not start with double underscoreSean McBride2014-12-111-2/+2
| | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
* CMake: Enable use of liblzma in libarchive (#14504)Daniel Pfeifer2014-07-291-0/+23
Build liblzma as part of CMake or find one on the system. Modify our port of libarchive to use the liblzma configured for use with CMake.