Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 1 | -2/+2 |
| | | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. | ||||
* | Include headers from chosen libarchive (#10923) | Brad King | 2010-08-05 | 1 | -0/+25 |
When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked. |