summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_libarchive.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.
* Include headers from chosen libarchive (#10923)Brad King2010-08-051-0/+25
When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked.